mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 06:39:18 +00:00
just make sure this variable is gone for #1114
This commit is contained in:
parent
8d543d115a
commit
63fd39c326
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ if (isset($_SERVER['HTTP_COOKIE'])) {
|
|||
}
|
||||
}
|
||||
// session part
|
||||
if (isset($_SESSION['poche_user'])) {
|
||||
unset($_SESSION['poche_user']);
|
||||
}
|
||||
session_destroy();
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue