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
*/
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');
/**