aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/index.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-08-24 14:06:54 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-08-24 14:06:54 +0000
commit72d67ffc3816ed87222c1834f1420844abb5ce26 (patch)
tree19848712fe7d2c9857ee36720630fbc0410adf68 /phpBB/adm/index.php
parent35b45cdff1ad3a91f0e36853c721c7ec6472490c (diff)
downloadforums-72d67ffc3816ed87222c1834f1420844abb5ce26.tar
forums-72d67ffc3816ed87222c1834f1420844abb5ce26.tar.gz
forums-72d67ffc3816ed87222c1834f1420844abb5ce26.tar.bz2
forums-72d67ffc3816ed87222c1834f1420844abb5ce26.tar.xz
forums-72d67ffc3816ed87222c1834f1420844abb5ce26.zip
forgot this line...
git-svn-id: file:///svn/phpbb/trunk@8065 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/index.php')
-rw-r--r--phpBB/adm/index.php5
1 files changed, 4 insertions, 1 deletions
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;
+ }
}
/**