Commit 219c065c authored by Nico Schallehn's avatar Nico Schallehn

test

parent 5fbe346d
...@@ -9,7 +9,7 @@ if(isset($_GET["logoff"])){ ...@@ -9,7 +9,7 @@ if(isset($_GET["logoff"])){
setcookie(session_name(), '', time()-3600,'/'); setcookie(session_name(), '', time()-3600,'/');
session_destroy(); session_destroy();
//header('location: /'); header('location: /');
} }
// Anmeldung übeprüfen... // Anmeldung übeprüfen...
if((isset($_SESSION['api-key']) OR (isset($_COOKIE['api-key']) AND isset($_COOKIE['api-secret'])))){ if((isset($_SESSION['api-key']) OR (isset($_COOKIE['api-key']) AND isset($_COOKIE['api-secret'])))){
......
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