diff options
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.htaccess b/.htaccess index 2b0caed2743..cc2e0c95eb1 100644 --- a/.htaccess +++ b/.htaccess @@ -31,9 +31,6 @@ </FilesMatch> </IfModule> <IfModule mod_php7.c> - php_value upload_max_filesize 511M - php_value post_max_size 511M - php_value memory_limit 512M php_value mbstring.func_overload 0 php_value default_charset 'UTF-8' php_value output_buffering 0 |