From 60c9f3fc747676b630b4ee23eae243b44e9c6285 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 17 Mar 2014 16:06:36 +0100 Subject: Empty folder --- www/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/index.php') diff --git a/www/index.php b/www/index.php index 7dfb193..6378604 100755 --- a/www/index.php +++ b/www/index.php @@ -28,7 +28,8 @@ if(empty($_GET)){ if($_SERVER['REQUEST_METHOD'] == 'POST'){ $var = login($db); if($var == LOGIN_SUCCESSFULL){ - account($db); + header("Refresh: 0; /".$_SESSION["username"]); + //account($db); } else { print_login($var); } -- cgit v1.2.3