[ticket/16207] Stop forcing SID in the ACP

PHPBB3-16207
This commit is contained in:
Marc Alexander 2021-07-17 21:25:45 +02:00
parent d9503225e4
commit a207454692
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -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 : './../';