summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorHorus32014-02-16 18:34:13 +0100
committerHorus32014-02-16 18:34:13 +0100
commit36a7d49727b7377cbce80558cde3bb8738fd5cec (patch)
treea49d00165a04790a10710729650c219e4b37e18f /www
parente553e0d6aa17c7d2a80bffdeda6ea1a0148361b6 (diff)
downloadfiles.iamfabulous.de-36a7d49727b7377cbce80558cde3bb8738fd5cec.tar.gz
typo
Diffstat (limited to 'www')
-rw-r--r--www/index.php3
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 {