From 82aff357148156b60d6c22c0bbe7b4479a756351 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Mon, 21 Oct 2019 19:57:49 +0200 Subject: [PATCH] =?UTF-8?q?[10.0.42.dev]=20redirection=20apr=C3=A8s=20impo?= =?UTF-8?q?rt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/core.php b/core/core.php index 0404629d..1b12132e 100644 --- a/core/core.php +++ b/core/core.php @@ -31,7 +31,7 @@ class common { const TEMP_DIR = 'site/tmp/'; // Numéro de version - const ZWII_VERSION = '10.0.41.dev'; + const ZWII_VERSION = '10.0.42.dev'; public static $actions = []; public static $coreModuleIds = [ @@ -151,7 +151,6 @@ class common { * Constructeur commun */ public function __construct() { - // Extraction des données http if(isset($_POST)) { $this->input['_POST'] = $_POST; @@ -164,7 +163,8 @@ class common { if (file_exists(self::DATA_DIR . 'core.json') === true && $this->getData(['core','dataVersion']) < 10000) { $this->importData(); - common::$importNotices [] = "Importation réalisée avec succès" ; + //common::$importNotices [] = "Importation réalisée avec succès" ; + echo ''; } // Installation fraîche, initialisation des modules manquants