diff --git a/core/vendor/filemanager/config/config.php b/core/vendor/filemanager/config/config.php
index ed1453c1..29537313 100755
--- a/core/vendor/filemanager/config/config.php
+++ b/core/vendor/filemanager/config/config.php
@@ -6,7 +6,9 @@ mb_internal_encoding('UTF-8');
mb_http_output('UTF-8');
mb_http_input('UTF-8');
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');
date_default_timezone_set('Europe/Paris');
setlocale(LC_CTYPE, 'fr_FR'); //correct transliteration
diff --git a/site/data/.htaccess b/site/data/.htaccess
index 279d74aa..85278f82 100755
--- a/site/data/.htaccess
+++ b/site/data/.htaccess
@@ -1,8 +1,8 @@
# Bloque l'accès aux données
-
+
Order deny,allow
Deny from all
-
+
# Bloque l'accès htaccess
Order deny,allow