This commit is contained in:
Fred Tempez 2020-10-21 17:06:41 +02:00
commit c0494b6ae6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ if(version_compare(PHP_VERSION, '5.6.0', '<')) {
exit('PHP 5.6+ required.'); exit('PHP 5.6+ required.');
} }
/** /*
*Localisation *Localisation
*/ */
date_default_timezone_set('Europe/Paris'); date_default_timezone_set('Europe/Paris');