From d47c47824aa9bd5673a60fad28171d66fdff8ecf Mon Sep 17 00:00:00 2001 From: fredtempez Date: Mon, 21 Oct 2019 18:40:11 +0200 Subject: [PATCH] =?UTF-8?q?[10.0.41.dev]=20Suppression=20du=20fichier=20th?= =?UTF-8?q?eme=20apr=C3=A8s=20un=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/core/core.php b/core/core.php index 0a8dae2c..0404629d 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.40.dev'; + const ZWII_VERSION = '10.0.41.dev'; public static $actions = []; public static $coreModuleIds = [ @@ -646,11 +646,7 @@ class common { // Nettoyage du fichier de thème pour forcer une régénération if (!file_exists(self::DATA_DIR . '/theme.css')) { // On ne sait jamais unlink (self::DATA_DIR . '/theme.css'); - } - // Forcer un refresh - //http_response_code(301); - //header('Location:' . helper::baseUrl(); - + } } /**