Commit 231a2e21 authored by Nico Schallehn's avatar Nico Schallehn

ausgabe auskommentiert

parent a709435e
...@@ -16,7 +16,7 @@ function jsonCacheDecoder($url){ ...@@ -16,7 +16,7 @@ function jsonCacheDecoder($url){
} }
if(isset($_GET["logoff"])){ if(isset($_GET["logoff"])){
echo "abmelden!!"; //echo "abmelden!!";
unset($_SESSION); unset($_SESSION);
$_SESSION = array(); $_SESSION = array();
setcookie ("api-key", "", time() - 3600,'/'); setcookie ("api-key", "", time() - 3600,'/');
......
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