Blame | Letzte Änderung | Log anzeigen | RSS feed
<?require_once "Online-Shop/connect2.php";require_once "setCookieData.php";$to_be_exported = array("language","tree.php","filter",);$buffer=array();foreach($to_be_exported as $x){$buffer[$x] = $_SESSION[$x];}setCookieData($buffer);/* LOGOUT */Header("WWW-Authenticate: Basic realm=\"content-managementsystem\"");Header("HTTP/1.0 401 Unauthorized");?><html><head><title>LOGOUT</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><meta http-equiv="refresh" content="0;URL=http://<? echo $HTTP_SERVER_VARS["HTTP_HOST"] ?>"></head><body bgcolor="#FFFFFF" text="#000000"></body></html>