From 8ba08e0e37faa9017e1717ca3854bb25c999a277 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 06 Oct 2009 10:03:11 -0400
Subject: [PATCH] Merged revisions 1357 - 1402 from trunk.
---
interface/web/login/index.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/interface/web/login/index.php b/interface/web/login/index.php
index 2f841a6..9f80982 100644
--- a/interface/web/login/index.php
+++ b/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 == '') {
/*
--
Gitblit v1.9.1