Commit 36d7306c authored by Imran Hussain's avatar Imran Hussain
Browse files

Fix what I think was a bad copy paste job

parent b4b2b37b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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