forked from ZwiiCMS-Team/ZwiiCMS
Modification du timezone RFM
This commit is contained in:
parent
e821fe2d8a
commit
61ff4dc49a
2
core/vendor/filemanager/config/config.php
vendored
2
core/vendor/filemanager/config/config.php
vendored
@ -8,7 +8,7 @@ mb_http_input('UTF-8');
|
|||||||
mb_language('uni');
|
mb_language('uni');
|
||||||
mb_regex_encoding('UTF-8');
|
mb_regex_encoding('UTF-8');
|
||||||
ob_start('mb_output_handler');
|
ob_start('mb_output_handler');
|
||||||
date_default_timezone_set('Europe/Rome');
|
date_default_timezone_set('Europe/Paris');
|
||||||
setlocale(LC_CTYPE, 'fr_FR'); //correct transliteration
|
setlocale(LC_CTYPE, 'fr_FR'); //correct transliteration
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user