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
lolo888
ISPConfig 3
Commits
209188b3
Commit
209188b3
authored
Sep 14, 2009
by
tbrehm
Browse files
Set uninitialized $time variable to current timestamp. Many thanks to Mirko for finding this bug.
parent
c9f8751c
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/login/index.php
View file @
209188b3
...
...
@@ -68,6 +68,7 @@ class login_index {
$username
=
$app
->
db
->
quote
(
$_POST
[
'username'
]);
$passwort
=
$app
->
db
->
quote
(
$_POST
[
'passwort'
]);
$loginAs
=
false
;
$time
=
time
();
if
(
$username
!=
''
&&
$passwort
!=
''
&&
$error
==
''
)
{
/*
...
...
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