From 36a7d49727b7377cbce80558cde3bb8738fd5cec Mon Sep 17 00:00:00 2001 From: Horus3 Date: Sun, 16 Feb 2014 18:34:13 +0100 Subject: typo --- www/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/index.php b/www/index.php index 104e8a7..4fdd815 100644 --- a/www/index.php +++ b/www/index.php @@ -3,9 +3,10 @@ session_start(); if(empty($_GET)){ - if($_SESSION["login"]){ +/* if($_SESSION["login"]){ header("Refresh: 0; $_SESSION['username']"); } else { +*/ header("Refresh: 0; /login"); } } else { -- cgit v1.2.3