From a6dfaf1628e69b0e41df6c3d972bdc58ff6dea89 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Fri, 18 Jan 2019 10:37:35 +0100 Subject: [PATCH] =?UTF-8?q?SetLocal=20param=C3=A8tres=20FR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 1 + index.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 51fc6d95..1e19a7b1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,6 +17,7 @@ - Mise à jour RFM 9.14 - Amélioration de la contre mesure CRSF - Libellé dans TinyMCE (gabarit) + - Setlocal modification des paramètres FR ## Version 8.5.5 * Correction : diff --git a/index.php b/index.php index b6a84503..69858788 100755 --- a/index.php +++ b/index.php @@ -21,7 +21,7 @@ if(version_compare(PHP_VERSION, '5.6.0', '<')) { /* Set locale to French */ date_default_timezone_set('Europe/Paris'); -setlocale (LC_TIME, 'fra_fra', 'french'); +setlocale (LC_TIME, 'fr_FR', 'fra'); /** * Initialisation de Zwii