remove access_level session var just in case
This commit is contained in:
parent
6c56687e52
commit
ac6080ece7
1 changed files with 3 additions and 2 deletions
|
@ -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");
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue