Code: Select all
$this->cookie_data['u'] = $_COOKIE[$config['cookie_name'] . '_u'];
$this->cookie_data['k'] = $_COOKIE[$config['cookie_name'] . '_k'];
$this->session_id = $_COOKIE[$config['cookie_name'] . '_sid'];
request_var
function to read from the cookie array which in turn potentially breaks other parts of phpBB/MODs.