aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/index.php')
-rw-r--r--phpBB/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/index.php b/phpBB/index.php
index d89158d013..85123f6a60 100644
--- a/phpBB/index.php
+++ b/phpBB/index.php
@@ -20,6 +20,7 @@
*
***************************************************************************/
+define('IN_PHPBB', true);
$phpbb_root_path = "./";
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);