From 72db70fd6a294f028a4e0041be29b061f775ca8c Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 27 Jul 2014 08:04:41 +0000 Subject: [PATCH] Working on the index page --- index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index 7c490f1d48..3236ccc492 100644 --- a/index.php +++ b/index.php @@ -46,10 +46,10 @@ include "root.php"; } // if not logged in, clear the session variables - if (strlen($_SESSION["username"]) == 0) { - session_unset(); - session_destroy(); - } + //if (strlen($_SESSION["username"]) == 0) { + // session_unset(); + // session_destroy(); + //} //adds multiple includes require_once "resources/require.php";