Localation pour Free

This commit is contained in:
Fred Tempez 2020-11-01 08:27:32 +01:00
parent a7058e4c49
commit ca8b3e8d7b
1 changed files with 7 additions and 8 deletions

View File

@ -28,15 +28,14 @@ if(version_compare(PHP_VERSION, '5.6.0', '<')) {
/* /*
*Localisation *Localisation
*/
date_default_timezone_set('Europe/Paris');
/*
* Locales : * Locales :
* french : free.fr * french : free.fr
* fr_FR : XAMPP Macos * fr_FR : XAMPP Macos
* fr_FR.utf8 : la majorité * 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');
/** /**