From 748a984d7e914d2211175d95e564c6f56e566f6e Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Sat, 18 Aug 2012 00:24:27 -0700 Subject: Bugs, timezone. This server should remain using the New_York timezone. Maps start at 9, not 12! Fixed a bug where default displaycolor was not being used. Fixed a bug where the user would not be logged in instantly. --- index.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index dc0fe81..2046aa7 100644 --- a/index.php +++ b/index.php @@ -5,6 +5,10 @@ include_once("./includes/header.php"); if (!$accepted) if (isset($_COOKIE['doLogin']) && $_COOKIE['doLogin'] == 'yes') CookieLogin(); + + +if (isset($_SESSION['accepted']) AND $_SESSION['accepted'] == 1) + $accepted = true; //Links appear in order. $Links['home'] = "Home"; -- cgit v1.2.3