Skip to content
Snippets Groups Projects
Commit b5048065 authored by Imran Hussain's avatar Imran Hussain
Browse files

"DELET" -> "DELETE"

parent 36d7306c
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@
$sessionid = session_id();
$cip = $_SERVER['REMOTE_ADDR'];
$time = time();
sqlite3Exec("DELET FROM gamers WHERE username='$username'");
sqlite3Exec("DELETE FROM gamers WHERE username='$username'");
sqlite3Exec("INSERT INTO gamers (username,sessionid,IP,authd,lastseen) VALUES ('$username','$sessionid','$cip','$authd','$time')");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment