mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
Session key implementation.
git-svn-id: file:///svn/phpbb/trunk@5175 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -274,7 +274,7 @@ switch ($mode)
|
||||
case 'logout':
|
||||
if ($user->data['user_id'] != ANONYMOUS)
|
||||
{
|
||||
$user->destroy();
|
||||
$user->session_kill();
|
||||
}
|
||||
|
||||
meta_refresh(3, "index.$phpEx$SID");
|
||||
|
Reference in New Issue
Block a user