Browse Source

Working on the index page

Mark Crane 11 years ago
parent
commit
d1a6202d95
1 changed files with 4 additions and 4 deletions
  1. 4 4
      index.php

+ 4 - 4
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";