diff options
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.htaccess b/.htaccess index 8638bc6cd39..54fe8eaf3d0 100644 --- a/.htaccess +++ b/.htaccess @@ -55,17 +55,6 @@ </FilesMatch> </IfModule> -# PHP 7.x -<IfModule mod_php7.c> - php_value mbstring.func_overload 0 - php_value default_charset 'UTF-8' - php_value output_buffering 0 - <IfModule mod_env.c> - SetEnv htaccessWorking true - </IfModule> -</IfModule> - -# PHP 8+ <IfModule mod_php.c> php_value mbstring.func_overload 0 php_value default_charset 'UTF-8' |