diff --git a/install/index.php b/install/index.php index 81fd407a2..654d21cab 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();