From c6a69ba92514587814d0f03b51e1d1f026a49350 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 28 Feb 2019 11:05:28 +0100 Subject: Remove the upload and memory setting * Remove unneeded private method phpFileSize() * Bump autoloader * Remove setUploadLimit tests * Remove integrity check hacks for upload limit Signed-off-by: Joas Schilling Signed-off-by: Morris Jobke --- .htaccess | 3 --- 1 file changed, 3 deletions(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 2b0caed2743..cc2e0c95eb1 100644 --- a/.htaccess +++ b/.htaccess @@ -31,9 +31,6 @@ - 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 -- cgit v1.2.3