From c2f53e76fde1ab534e67a9227d4f0adcde05dfa4 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 28 Oct 2009 14:05:37 -0400
Subject: [PATCH] Fix in maildrop plugin.

---
 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