mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@6892 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f4263042d5
commit
5d42587e56
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ require($phpbb_root_path . 'includes/functions_module.' . $phpEx);
|
|||
$id = request_var('i', '');
|
||||
$mode = request_var('mode', '');
|
||||
|
||||
if ($mode == 'login' || $mode == 'logout')
|
||||
if ($mode == 'login' || $mode == 'logout' || $mode == 'confirm')
|
||||
{
|
||||
define('IN_LOGIN', true);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue