From 72d67ffc3816ed87222c1834f1420844abb5ce26 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 24 Aug 2007 14:06:54 +0000 Subject: forgot this line... git-svn-id: file:///svn/phpbb/trunk@8065 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/index.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'phpBB/adm/index.php') diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php index b8b83a439e..b0d41f94e4 100644 --- a/phpBB/adm/index.php +++ b/phpBB/adm/index.php @@ -205,7 +205,10 @@ function adm_page_footer($copyright_html = true) garbage_collection(); - exit; + if (!defined('PHPBB_EMBEDDED')) + { + exit; + } } /** -- cgit v1.2.1