From: Thomas Citharel Date: Sat, 9 May 2015 17:17:24 +0000 (+0200) Subject: just make sure this variable is gone for #1114 X-Git-Tag: 1.9.1beta2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=63fd39c3265af7f02bcc0ac09bc732b89cab50fb;p=github%2Fwallabag%2Fwallabag.git just make sure this variable is gone for #1114 --- diff --git a/install/index.php b/install/index.php index 81fd407a..654d21ca 100755 --- a/install/index.php +++ b/install/index.php @@ -33,6 +33,9 @@ if (isset($_SERVER['HTTP_COOKIE'])) { } } // session part +if (isset($_SESSION['poche_user'])) { + unset($_SESSION['poche_user']); +} session_destroy();