mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
c4814a97f6
1 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,12 @@ if (in_array($mode, array('login', 'login_link', 'logout', 'confirm', 'sendpassw
|
|||
define('IN_LOGIN', true);
|
||||
}
|
||||
|
||||
if ($mode === 'delete_cookies')
|
||||
{
|
||||
define('SKIP_CHECK_BAN', true);
|
||||
define('SKIP_CHECK_DISABLED', true);
|
||||
}
|
||||
|
||||
// Start session management
|
||||
$user->session_begin();
|
||||
$auth->acl($user->data);
|
||||
|
|
Loading…
Add table
Reference in a new issue