From: Andrew Dolgov Date: Sat, 19 Nov 2005 11:31:20 +0000 (+0100) Subject: remove access_level session var just in case X-Git-Tag: schema_feature_freeze_for_1.1~190 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ac6080ece78a53fb27fdd67e939bf46c92e40baf;p=tt-rss.git remove access_level session var just in case --- diff --git a/logout.php b/logout.php index ae2f6550..c43d86cb 100644 --- a/logout.php +++ b/logout.php @@ -3,9 +3,10 @@ $_SESSION["uid"] = null; $_SESSION["name"] = null; - + $_SESSION["access_level"] = null; + session_destroy(); - header("Location: tt-rss.php"); + header("Location: login.php"); ?>