From 378f719ec60b141bdf7233473dc15198595dbbd1 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Mon, 28 Mar 2022 15:13:32 +0200 Subject: [PATCH] =?UTF-8?q?RFM=20compatibilit=C3=A9=20PHP=208?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/vendor/filemanager/config/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/vendor/filemanager/config/config.php b/core/vendor/filemanager/config/config.php index 786a9b0b..8608494e 100644 --- a/core/vendor/filemanager/config/config.php +++ b/core/vendor/filemanager/config/config.php @@ -3,8 +3,8 @@ $version = "9.14.0"; if (session_id() == '') session_start(); mb_internal_encoding('UTF-8'); -mb_http_output('UTF-8'); -mb_http_input('UTF-8'); +mb_http_output(); +mb_http_input(); mb_language('uni'); if (function_exists('mb_regex_encoding')) { mb_regex_encoding('UTF-8');