|
I have the exact same code in my phpbb2.php. Below are the code that I copy from my file.
$query = "REPLACE INTO {$Globals['dprefix']}sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in)
VALUES ('$session_id',{$User['userid']}, $sesstime, $sesstime, '$ipaddr', '0', '1')";
|