Update index.php
This commit is contained in:
parent
fd02c81190
commit
6df7256a98
@ -21,7 +21,7 @@ if(version_compare(PHP_VERSION, '5.6.0', '<')) {
|
|||||||
exit('PHP 5.6+ required.');
|
exit('PHP 5.6+ required.');
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set locale to French */
|
/* Localisation */
|
||||||
date_default_timezone_set('Europe/Paris');
|
date_default_timezone_set('Europe/Paris');
|
||||||
setlocale (LC_ALL, 'fr_FR.utf8','fra');
|
setlocale (LC_ALL, 'fr_FR.utf8','fra');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user