diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php index c648fdf100..3f0aa4009b 100644 --- a/phpBB/adm/index.php +++ b/phpBB/adm/index.php @@ -15,7 +15,6 @@ */ define('IN_PHPBB', true); define('ADMIN_START', true); -define('NEED_SID', true); // Include files $phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './../';