mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-24 12:08:02 +02:00
Bug fixes
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2639 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -212,7 +212,7 @@ function session_pagestart($user_ip, $thispage_id)
|
||||
}
|
||||
else
|
||||
{
|
||||
$session_data = '';
|
||||
$sessiondata = '';
|
||||
$session_id = ( isset($HTTP_GET_VARS['sid']) ) ? $HTTP_GET_VARS['sid'] : '';
|
||||
$sessionmethod = SESSION_METHOD_GET;
|
||||
}
|
||||
|
Reference in New Issue
Block a user