From ea52d0bd542bc9b95a142511fbe720a179d8797b Mon Sep 17 00:00:00 2001 From: fredtempez Date: Wed, 8 May 2019 10:57:00 +0200 Subject: [PATCH] [9.1.02] suppression include --- CHANGES.md | 3 +++ core/core.php | 2 +- core/layout/main.php | 7 +------ 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2f8539db..6fd73f9a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # Changelog +### Version 9.1.02 +- Correction : + - Suppression Include ## Version 9.1.01 - Modifications : diff --git a/core/core.php b/core/core.php index 556f106b..ce2552bb 100644 --- a/core/core.php +++ b/core/core.php @@ -28,7 +28,7 @@ class common { const GROUP_ADMIN = 3; // Numéro de version - const ZWII_VERSION = '9.1.01'; + const ZWII_VERSION = '9.1.02'; public static $actions = []; public static $coreModuleIds = [ diff --git a/core/layout/main.php b/core/layout/main.php index ad18873e..4d9d7a8f 100755 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -300,11 +300,6 @@
-showScript(); -// Test d'insertion d'un script -if (file_exits('site/data/script.inc.php')) { - include ('site/data/script.inc.php'); -} -?> +showScript();?> \ No newline at end of file