diff options
author | Simon L <szaimen@e.mail.de> | 2023-04-06 12:02:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-06 12:02:00 +0200 |
commit | 1c44f4222762820a6b0a1b45ecefc03a7e62ca61 (patch) | |
tree | ecb74dc9ba1c86cb046c7563aa06dff40e4eb316 | |
parent | 1ac7a3f10730824c0c15671e3303ab57f12e217d (diff) | |
parent | 3009ae0d91a2720c7cee84b349af86b81f996f43 (diff) | |
download | nextcloud-server-1c44f4222762820a6b0a1b45ecefc03a7e62ca61.tar.gz nextcloud-server-1c44f4222762820a6b0a1b45ecefc03a7e62ca61.zip |
Merge pull request #37604 from nextcloud/php7-drop
Remove PHP 7 rules from .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' |