From a207454692fa9addbccd83f243f4cb96f28f76dd Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 17 Jul 2021 21:25:45 +0200 Subject: [PATCH] [ticket/16207] Stop forcing SID in the ACP PHPBB3-16207 --- phpBB/adm/index.php | 1 - 1 file changed, 1 deletion(-) 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 : './../';