We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff2722 commit 085a6e6Copy full SHA for 085a6e6
interface/web/login/index.php
@@ -93,7 +93,6 @@ public function render() {
93
94
//* Check if there already wrong logins
95
$sql = "SELECT * FROM `attempts_login` WHERE `ip`= '{$ip}' AND `login_time` > (NOW() - INTERVAL 1 MINUTE) LIMIT 1";
96
- echo $sql;
97
$alreadyfailed = $app->db->queryOneRecord($sql);
98
//* login to much wrong
99
if($alreadyfailed['times'] > 5) {
0 commit comments