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