From 973085356452b3d74147a5e768907924029be331 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 22 May 2015 18:54:55 +0200 Subject: revert session destroy to avoid warning --- install/index.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'install/index.php') diff --git a/install/index.php b/install/index.php index 654d21ca..bb351095 100755 --- a/install/index.php +++ b/install/index.php @@ -36,8 +36,6 @@ if (isset($_SERVER['HTTP_COOKIE'])) { if (isset($_SESSION['poche_user'])) { unset($_SESSION['poche_user']); } -session_destroy(); - if (isset($_GET['clean'])) { if (is_dir('install')){ -- cgit v1.2.3