Loading controll_2.php +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ $cip = $_SERVER['REMOTE_ADDR']; $time = time(); sqlite3Exec("DELET FROM gamers WHERE username='$username'"); sqlite3Exec("INSERT INTO gamers (username,sessionid,IP,authd,lastseen) VALUES ('$authdUser','$sessionid','$cip','$authd','$time')"); sqlite3Exec("INSERT INTO gamers (username,sessionid,IP,authd,lastseen) VALUES ('$username','$sessionid','$cip','$authd','$time')"); } //Return the authResult Loading Loading
controll_2.php +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ $cip = $_SERVER['REMOTE_ADDR']; $time = time(); sqlite3Exec("DELET FROM gamers WHERE username='$username'"); sqlite3Exec("INSERT INTO gamers (username,sessionid,IP,authd,lastseen) VALUES ('$authdUser','$sessionid','$cip','$authd','$time')"); sqlite3Exec("INSERT INTO gamers (username,sessionid,IP,authd,lastseen) VALUES ('$username','$sessionid','$cip','$authd','$time')"); } //Return the authResult Loading