diff options
Diffstat (limited to 'www/index.php')
| -rw-r--r-- | www/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |
