1
0
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:
Paul S. Owen
2005-07-04 16:54:34 +00:00
parent 0eae8040e8
commit be7442570b
4 changed files with 430 additions and 228 deletions

View File

@@ -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");