X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=install%2Findex.php;h=bb3510952414a9f6346ed97d76e5221b186f3043;hb=refs%2Fpull%2F1234%2Fhead;hp=81fd407a280fa5be3131e2054e34e27b91a9b80d;hpb=02d4ab1a60eb48f00ad60ec48d02b65509a27e56;p=github%2Fwallabag%2Fwallabag.git diff --git a/install/index.php b/install/index.php index 81fd407a..bb351095 100755 --- a/install/index.php +++ b/install/index.php @@ -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')){