Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
085a6e64
Commit
085a6e64
authored
Dec 26, 2008
by
tbrehm
Browse files
Removed debug message in login script.
parent
7ff27228
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/login/index.php
View file @
085a6e64
...
...
@@ -93,7 +93,6 @@ class login_index {
//* Check if there already wrong logins
$sql
=
"SELECT * FROM `attempts_login` WHERE `ip`= '
{
$ip
}
' AND `login_time` > (NOW() - INTERVAL 1 MINUTE) LIMIT 1"
;
echo
$sql
;
$alreadyfailed
=
$app
->
db
->
queryOneRecord
(
$sql
);
//* login to much wrong
if
(
$alreadyfailed
[
'times'
]
>
5
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment