/ Published in: Other
Expand |
Embed | Plain Text
$this->db->query("UPDATE fts_user SET failedlogin = failedlogin + 1 WHERE userID = '".$userID."' LIMIT 1");
You need to login to post a comment.
$this->db->query("UPDATE fts_user SET failedlogin = failedlogin + 1 WHERE userID = '".$userID."' LIMIT 1");
You need to login to post a comment.