From 24f8267ac8879f1831445e97fb08fe7e1c8672e0 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 22 May 2020 16:06:34 +0200 Subject: [PATCH] 10.1 Compatibilite baseUrl IIS + Majuscules --- core/class/helper.class.php | 2 +- core/module/config/view/script/script.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/class/helper.class.php b/core/class/helper.class.php index 432f09a3..06d7f531 100755 --- a/core/class/helper.class.php +++ b/core/class/helper.class.php @@ -130,7 +130,7 @@ class helper { else { $queryString = ''; } - return $host . rtrim($pathInfo['dirname'], ' /') . '/' . $queryString; + return $host . rtrim($pathInfo['dirname'], ' ' . DIRECTORY_SEPARATOR) . '/' . $queryString; } /** diff --git a/core/module/config/view/script/script.php b/core/module/config/view/script/script.php index 34473285..81f678a1 100755 --- a/core/module/config/view/script/script.php +++ b/core/module/config/view/script/script.php @@ -10,7 +10,7 @@
'valider', + 'value' => 'Valider', 'ico' => 'check' ]); ?>