tbrehm
2009-09-14 209188b358c63658f43c4f0f6b751f5b77b35f79
Set uninitialized $time variable to current timestamp. Many thanks to Mirko for finding this bug.
1 files modified
1 ■■■■ changed files
interface/web/login/index.php 1 ●●●● patch | view | raw | blame | history
interface/web/login/index.php
@@ -68,6 +68,7 @@
            $username = $app->db->quote($_POST['username']);
            $passwort = $app->db->quote($_POST['passwort']);
            $loginAs  = false;
            $time = time();
    
            if($username != '' && $passwort != '' && $error == '') {
                /*