diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-05-22 18:54:55 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-05-22 18:54:55 +0200 |
commit | 973085356452b3d74147a5e768907924029be331 (patch) | |
tree | d4189bd5085b3e3a83653c8c3c98dd9a38681120 | |
parent | 710698346475b4859651fbc189b910c7e462f1ff (diff) | |
download | wallabag-973085356452b3d74147a5e768907924029be331.tar.gz wallabag-973085356452b3d74147a5e768907924029be331.tar.zst wallabag-973085356452b3d74147a5e768907924029be331.zip |
revert session destroy to avoid warning
-rwxr-xr-x | install/index.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/install/index.php b/install/index.php index 654d21ca..bb351095 100755 --- a/install/index.php +++ b/install/index.php | |||
@@ -36,8 +36,6 @@ if (isset($_SERVER['HTTP_COOKIE'])) { | |||
36 | if (isset($_SESSION['poche_user'])) { | 36 | if (isset($_SESSION['poche_user'])) { |
37 | unset($_SESSION['poche_user']); | 37 | unset($_SESSION['poche_user']); |
38 | } | 38 | } |
39 | session_destroy(); | ||
40 | |||
41 | 39 | ||
42 | if (isset($_GET['clean'])) { | 40 | if (isset($_GET['clean'])) { |
43 | if (is_dir('install')){ | 41 | if (is_dir('install')){ |