Skip to content

Commit 085a6e6

Browse files
committed
Removed debug message in login script.
1 parent 7ff2722 commit 085a6e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

interface/web/login/index.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ public function render() {
9393

9494
//* Check if there already wrong logins
9595
$sql = "SELECT * FROM `attempts_login` WHERE `ip`= '{$ip}' AND `login_time` > (NOW() - INTERVAL 1 MINUTE) LIMIT 1";
96-
echo $sql;
9796
$alreadyfailed = $app->db->queryOneRecord($sql);
9897
//* login to much wrong
9998
if($alreadyfailed['times'] > 5) {

0 commit comments

Comments
 (0)