]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - install/index.php
add site config for des-livres-pour-changer-de-vie.fr
[github/wallabag/wallabag.git] / install / index.php
index 81fd407a280fa5be3131e2054e34e27b91a9b80d..bb3510952414a9f6346ed97d76e5221b186f3043 100755 (executable)
@@ -33,8 +33,9 @@ if (isset($_SERVER['HTTP_COOKIE'])) {
     }
 }
 // session part
-session_destroy();
-
+if (isset($_SESSION['poche_user'])) {
+       unset($_SESSION['poche_user']);
+}
 
 if (isset($_GET['clean'])) {
     if (is_dir('install')){