mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
forgot this line...
git-svn-id: file:///svn/phpbb/trunk@8065 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
35b45cdff1
commit
72d67ffc38
1 changed files with 4 additions and 1 deletions
|
@ -205,7 +205,10 @@ function adm_page_footer($copyright_html = true)
|
||||||
|
|
||||||
garbage_collection();
|
garbage_collection();
|
||||||
|
|
||||||
exit;
|
if (!defined('PHPBB_EMBEDDED'))
|
||||||
|
{
|
||||||
|
exit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue