From 3009ae0d91a2720c7cee84b349af86b81f996f43 Mon Sep 17 00:00:00 2001 From: Git'Fellow <12234510+solracsf@users.noreply.github.com> Date: Wed, 5 Apr 2023 19:45:45 +0200 Subject: [PATCH] Remove PHP7 rules Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> --- .htaccess | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.htaccess b/.htaccess index 8638bc6cd39..54fe8eaf3d0 100644 --- a/.htaccess +++ b/.htaccess @@ -55,17 +55,6 @@ -# PHP 7.x - - php_value mbstring.func_overload 0 - php_value default_charset 'UTF-8' - php_value output_buffering 0 - - SetEnv htaccessWorking true - - - -# PHP 8+ php_value mbstring.func_overload 0 php_value default_charset 'UTF-8'