diff options
author | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2023-04-05 19:45:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-05 19:45:45 +0200 |
commit | 3009ae0d91a2720c7cee84b349af86b81f996f43 (patch) | |
tree | d28f1896e828e8b7e826d73f2a2ce72135c4c3d5 /.htaccess | |
parent | e63a6f5cdbaf3d9034470d4ef096fdb344fddf8f (diff) | |
download | nextcloud-server-3009ae0d91a2720c7cee84b349af86b81f996f43.tar.gz nextcloud-server-3009ae0d91a2720c7cee84b349af86b81f996f43.zip |
Remove PHP7 rules
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
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' |