]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
just make sure this variable is gone for #1114 1.9.1beta2
authorThomas Citharel <tcit@tcit.fr>
Sat, 9 May 2015 17:17:24 +0000 (19:17 +0200)
committerThomas Citharel <tcit@tcit.fr>
Sat, 9 May 2015 17:17:24 +0000 (19:17 +0200)
install/index.php

index 81fd407a280fa5be3131e2054e34e27b91a9b80d..654d21cab8575157e309d6e36d1e06ecea4b76f3 100755 (executable)
@@ -33,6 +33,9 @@ if (isset($_SERVER['HTTP_COOKIE'])) {
     }
 }
 // session part
+if (isset($_SESSION['poche_user'])) {
+       unset($_SESSION['poche_user']);
+}
 session_destroy();