1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-20 11:16:36 +02:00

remove access_level session var just in case

This commit is contained in:
Andrew Dolgov 2005-11-19 12:31:20 +01:00
parent 6c56687e52
commit ac6080ece7

View File

@ -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");
?>