aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/mcp.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/mcp.php')
-rw-r--r--phpBB/mcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php
index 7639386bca..39002632ff 100644
--- a/phpBB/mcp.php
+++ b/phpBB/mcp.php
@@ -45,7 +45,7 @@
// * Limit read/post/reply/etc. permissions
define('IN_PHPBB', true);
-define('ADD_SID', true);
+define('NEED_SID', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);