summaryrefslogtreecommitdiff
path: root/www/index.php
diff options
context:
space:
mode:
authorHorus32014-03-17 16:06:36 +0100
committerHorus32014-03-17 16:06:36 +0100
commit60c9f3fc747676b630b4ee23eae243b44e9c6285 (patch)
tree0dbf0e2c7378517aed09381400f9deaabb12a43a /www/index.php
parent2ba1b0bf2d90b518d9069d919adeeefb1bed1fe4 (diff)
downloadfiles.iamfabulous.de-60c9f3fc747676b630b4ee23eae243b44e9c6285.tar.gz
Empty folder
Diffstat (limited to 'www/index.php')
-rwxr-xr-xwww/index.php3
1 files changed, 2 insertions, 1 deletions
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);
}