]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
revert session destroy to avoid warning
authorThomas Citharel <tcit@tcit.fr>
Fri, 22 May 2015 16:54:55 +0000 (18:54 +0200)
committerThomas Citharel <tcit@tcit.fr>
Fri, 22 May 2015 16:54:55 +0000 (18:54 +0200)
install/index.php

index 654d21cab8575157e309d6e36d1e06ecea4b76f3..bb3510952414a9f6346ed97d76e5221b186f3043 100755 (executable)
@@ -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')){