(NOW() - INTERVAL 10 MINUTE)" )); $failed_login_count = intval($row['failed_login_count']); if ($failed_login_count >= 15) { // Make sure global session_user_id is not required here (will be 0 anyway) logAudit("Login", "Blocked", "$session_ip was blocked access to login due to IP lockout"); header("HTTP/1.1 429 Too Many Requests"); exit("
= nl2br($config_login_message) ?>
= $response ?>