summaryrefslogtreecommitdiff
path: root/www/index.php
diff options
context:
space:
mode:
authoroweissbarth2014-03-17 20:44:55 +0100
committeroweissbarth2014-03-17 20:44:55 +0100
commitac5891a49fe76808195f0e7bb9856e98ac1aed5a (patch)
treea1df3f9f1b3270fd233714a29964eec6694ed503 /www/index.php
parent3027a0481cb7295e42dbae01577032cbb98134bc (diff)
downloadfiles.iamfabulous.de-ac5891a49fe76808195f0e7bb9856e98ac1aed5a.tar.gz
Added directory creation to the browser and fixed all the bugs in func_folder
Diffstat (limited to 'www/index.php')
-rwxr-xr-xwww/index.php2
1 files changed, 1 insertions, 1 deletions
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 {