mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16207] Stop forcing SID in the ACP
PHPBB3-16207
This commit is contained in:
parent
d9503225e4
commit
a207454692
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@
|
||||||
*/
|
*/
|
||||||
define('IN_PHPBB', true);
|
define('IN_PHPBB', true);
|
||||||
define('ADMIN_START', true);
|
define('ADMIN_START', true);
|
||||||
define('NEED_SID', true);
|
|
||||||
|
|
||||||
// Include files
|
// Include files
|
||||||
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './../';
|
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './../';
|
||||||
|
|
Loading…
Add table
Reference in a new issue