mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-22 06:38:08 +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
|
// session part
|
||||||
|
if (isset($_SESSION['poche_user'])) {
|
||||||
|
unset($_SESSION['poche_user']);
|
||||||
|
}
|
||||||
session_destroy();
|
session_destroy();
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue