092 compatibilité Free
This commit is contained in:
parent
bb6d41b106
commit
de61445249
4
core/vendor/filemanager/config/config.php
vendored
4
core/vendor/filemanager/config/config.php
vendored
@ -6,7 +6,9 @@ mb_internal_encoding('UTF-8');
|
|||||||
mb_http_output('UTF-8');
|
mb_http_output('UTF-8');
|
||||||
mb_http_input('UTF-8');
|
mb_http_input('UTF-8');
|
||||||
mb_language('uni');
|
mb_language('uni');
|
||||||
mb_regex_encoding('UTF-8'); // A commenter chez Free
|
if (function_exists('mb_regex_encoding')) {
|
||||||
|
mb_regex_encoding('UTF-8');
|
||||||
|
}
|
||||||
ob_start('mb_output_handler');
|
ob_start('mb_output_handler');
|
||||||
date_default_timezone_set('Europe/Paris');
|
date_default_timezone_set('Europe/Paris');
|
||||||
setlocale(LC_CTYPE, 'fr_FR'); //correct transliteration
|
setlocale(LC_CTYPE, 'fr_FR'); //correct transliteration
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# Bloque l'accès aux données
|
# Bloque l'accès aux données
|
||||||
<FilesMatch "\.json">
|
<Files *.json>
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
Deny from all
|
Deny from all
|
||||||
</FilesMatch>
|
</Files>
|
||||||
# Bloque l'accès htaccess
|
# Bloque l'accès htaccess
|
||||||
<Files .htaccess>
|
<Files .htaccess>
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user