aboutsummaryrefslogtreecommitdiffhomepage
path: root/install
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-05-22 18:54:55 +0200
committerThomas Citharel <tcit@tcit.fr>2015-05-22 18:54:55 +0200
commit973085356452b3d74147a5e768907924029be331 (patch)
treed4189bd5085b3e3a83653c8c3c98dd9a38681120 /install
parent710698346475b4859651fbc189b910c7e462f1ff (diff)
downloadwallabag-973085356452b3d74147a5e768907924029be331.tar.gz
wallabag-973085356452b3d74147a5e768907924029be331.tar.zst
wallabag-973085356452b3d74147a5e768907924029be331.zip
revert session destroy to avoid warning
Diffstat (limited to 'install')
-rwxr-xr-xinstall/index.php2
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'])) {
36if (isset($_SESSION['poche_user'])) { 36if (isset($_SESSION['poche_user'])) {
37 unset($_SESSION['poche_user']); 37 unset($_SESSION['poche_user']);
38} 38}
39session_destroy();
40
41 39
42if (isset($_GET['clean'])) { 40if (isset($_GET['clean'])) {
43 if (is_dir('install')){ 41 if (is_dir('install')){