From ca8b3e8d7be5a5ce72ffff8be01daad13b851d76 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sun, 1 Nov 2020 08:27:32 +0100 Subject: [PATCH] Localation pour Free --- index.php | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/index.php b/index.php index 199d18a3..0aef1059 100644 --- a/index.php +++ b/index.php @@ -28,15 +28,14 @@ if(version_compare(PHP_VERSION, '5.6.0', '<')) { /* *Localisation - */ -date_default_timezone_set('Europe/Paris'); -/* -* Locales : -* french : free.fr -* fr_FR : XAMPP Macos -* fr_FR.utf8 : la majorité + + * Locales : + * french : free.fr + * fr_FR : XAMPP Macos + * fr_FR.utf8 : la majorité */ -echo setlocale (LC_ALL,'french','fr_Fr','fr_FR.utf8'); +date_default_timezone_set('Europe/Paris'); +setlocale (LC_ALL,'french','fr_Fr','fr_FR.utf8'); /**