summaryrefslogtreecommitdiff
path: root/www/index.php
diff options
context:
space:
mode:
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 {