1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 08:51:28 +00: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");
?>