From 42a2193302299c31072b7844eaa1f9840d0f9dc9 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 6 Jan 2013 07:55:22 +0200 Subject: [PATCH] fix server start time problem --- login.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/login.php b/login.php index d310df03..a263bcc7 100644 --- a/login.php +++ b/login.php @@ -73,7 +73,7 @@ else
login

date('m/d/Y')){ +if(strtotime(START_DATE) > strtotime(date('m/d/Y'))){ ?>
Server will start in:
date('H:i')){ ?> @@ -250,11 +250,11 @@ Element.implement({ - " maxlength="20" autocomplete='off' /> getError("user"); ?> + " maxlength="30" autocomplete='off' /> getError("user"); ?> - " maxlength="20" autocomplete='off' /> getError("pw"); ?> + " maxlength="30" autocomplete='off' /> getError("pw"); ?> @@ -298,11 +298,11 @@ Element.implement({ - " maxlength="20" autocomplete='off' /> getError("user"); ?> + " maxlength="30" autocomplete='off' /> getError("user"); ?> - " maxlength="20" autocomplete='off' /> getError("pw"); ?> + " maxlength="30" autocomplete='off' /> getError("pw"); ?>