Return to Snippet

Revision: 27973
at June 28, 2010 19:32 by freude-code


Initial Code
$this->db->query("UPDATE fts_user SET failedlogin = failedlogin + 1 WHERE userID = '".$userID."' LIMIT 1");

Initial URL


Initial Description


Initial Title
failed login counter

Initial Tags
login, php, textmate

Initial Language
Other