From 475f0d82185e1d625e5658a8e99a85f739fd8486 Mon Sep 17 00:00:00 2001 From: Candid Dauth Date: Sat, 5 Oct 2013 10:39:40 +0200 Subject: [PATCH] Added max_upload_filesize ini parameter --- .htaccess | 1 + .user.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/.htaccess b/.htaccess index 1b05963..b2cfacd 100644 --- a/.htaccess +++ b/.htaccess @@ -5,5 +5,6 @@ IndexIgnore * # php_value max_execution_time 300 # php_value post_max_size 100M # php_value upload_max_size 100M +# php_value upload_max_filesize 5M # php_value max_file_uploads 100 # diff --git a/.user.ini b/.user.ini index b7b352f..f6bf2b8 100644 --- a/.user.ini +++ b/.user.ini @@ -4,4 +4,5 @@ ;max_execution_time = 60 ;post_max_size = 100M ;upload_max_size = 100M +;upload_max_filesize = 5M ;max_file_uploads = 100