mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
fixing bug #1860
git-svn-id: file:///svn/phpbb/trunk@5920 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -118,7 +118,7 @@ class session
|
||||
$this->page = $this->extract_current_page($phpbb_root_path);
|
||||
$this->page['page'] .= (isset($_POST['f'])) ? ((strpos($this->page['page'], '?') !== false) ? '&' : '?') . 'f=' . intval($_POST['f']) : '';
|
||||
|
||||
$this->cookie_data = array();
|
||||
$this->cookie_data = array('u' => 0, 'k' => '');
|
||||
if (isset($_COOKIE[$config['cookie_name'] . '_sid']) || isset($_COOKIE[$config['cookie_name'] . '_u']))
|
||||
{
|
||||
// Switch to request_var ... can this cause issues, can a _GET/_POST param
|
||||
|
Reference in New Issue
Block a user