Commit 5fbe346d authored by Nico Schallehn's avatar Nico Schallehn

test

parent bf932359
...@@ -8,7 +8,7 @@ if(isset($_GET["logoff"])){ ...@@ -8,7 +8,7 @@ if(isset($_GET["logoff"])){
setcookie ("api-secret", "", time() - 3600,'/'); setcookie ("api-secret", "", time() - 3600,'/');
setcookie(session_name(), '', time()-3600,'/'); setcookie(session_name(), '', time()-3600,'/');
session_destroy(); session_destroy();
exit;
//header('location: /'); //header('location: /');
} }
// Anmeldung übeprüfen... // Anmeldung übeprüfen...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment