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 c9f8751 commit 209188bCopy full SHA for 209188b
interface/web/login/index.php
@@ -68,6 +68,7 @@ public function render() {
68
$username = $app->db->quote($_POST['username']);
69
$passwort = $app->db->quote($_POST['passwort']);
70
$loginAs = false;
71
+ $time = time();
72
73
if($username != '' && $passwort != '' && $error == '') {
74
/*
0 commit comments