From ac5891a49fe76808195f0e7bb9856e98ac1aed5a Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Mon, 17 Mar 2014 20:44:55 +0100 Subject: Added directory creation to the browser and fixed all the bugs in func_folder --- www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/index.php') diff --git a/www/index.php b/www/index.php index 7af88c6..9a23444 100755 --- a/www/index.php +++ b/www/index.php @@ -14,7 +14,7 @@ if(empty($_GET)){ header("Refresh: 0; /login"); exit; } else { - header("Refresh: 0; /" . $_SESSION[username]); + header("Refresh: 0; /" . $_SESSION["username"]); exit; } } else { -- cgit v1.2.3