mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 06:39:18 +00:00
revert session destroy to avoid warning
This commit is contained in:
parent
7106983464
commit
9730853564
1 changed files with 0 additions and 2 deletions
|
@ -36,8 +36,6 @@ if (isset($_SERVER['HTTP_COOKIE'])) {
|
|||
if (isset($_SESSION['poche_user'])) {
|
||||
unset($_SESSION['poche_user']);
|
||||
}
|
||||
session_destroy();
|
||||
|
||||
|
||||
if (isset($_GET['clean'])) {
|
||||
if (is_dir('install')){
|
||||
|
|
Loading…
Reference in a new issue