Commit dfc255eb authored by Nico Schallehn's avatar Nico Schallehn

tet

parent 32a1e4e0
......@@ -4,6 +4,7 @@ if(isset($_GET["logoff"])){
unset($_SESSION);
unset($_COOKIE);
session_destroy();
header('location: /');
}
// Anmeldung übeprüfen...
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