summaryrefslogtreecommitdiff
path: root/www/index.php
diff options
context:
space:
mode:
authoroweissbarth2014-03-16 17:01:10 +0100
committeroweissbarth2014-03-16 17:01:10 +0100
commit5b9cbe1d06a47aee4d32099a861f97e8a8b59633 (patch)
tree956625c701b016a95abeba9fcfbc03f024e846bc /www/index.php
parent09d24a3f321476ecdbbf10156fe724343a7d4084 (diff)
downloadfiles.iamfabulous.de-mvc.tar.gz
MVD Loginmvc
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 25a63e4..ae3a98c 100755
--- a/www/index.php
+++ b/www/index.php
@@ -22,7 +22,7 @@ if(empty($_GET)){
if(empty($_GET["name"])){
switch($_GET["task"]){
case("login"):
- login($db);
+ header("Refresh: 0; /login.php");
break;
case("logout"):
logout();