From 93e12fa4147191ec40ef5de03b4c7c211012eb4c Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 4 May 2014 09:40:24 +0200 Subject: Support upload progress with session.upload_progress and PECL uploadprogress module (#1488702) --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 51cba8c29..f21cf3475 100644 --- a/.htaccess +++ b/.htaccess @@ -6,8 +6,8 @@ php_flag display_errors Off php_flag log_errors On # php_value error_log logs/errors -php_value upload_max_filesize 5M -php_value post_max_size 6M +php_value upload_max_filesize 5M +php_value post_max_size 6M php_value memory_limit 64M php_flag register_globals Off -- cgit v1.2.3