[SUCS Devel] [Git][sucssite/gameauth][master] "DELET" -> "DELETE"
Imran Hussain
imranh at sucs.org
Wed Aug 31 11:24:02 BST 2016
Imran Hussain pushed to branch master at sucssite / gameauth
Commits:
b5048065 by Imran Hussain at 2016-08-31T11:25:15+01:00
"DELET" -> "DELETE"
- - - - -
1 changed file:
- controll_2.php
Changes:
=====================================
controll_2.php
=====================================
--- a/controll_2.php
+++ b/controll_2.php
@@ -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')");
}
View it on GitLab: https://projects.sucs.org/sucssite/gameauth/commit/b50480657c233e2d626dcd0975f42b767099c234
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/devel/attachments/20160831/5c934fa7/attachment.html>
More information about the Devel
mailing list