From b18bca1ee0be34a9a6e9d9093eee660f46b125c1 Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Tue, 8 May 2012 22:36:37 +0000 Subject: Allow larger uploads and posts for email. --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 98258c9fe..54280752c 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 10M +php_value post_max_size 10M php_value memory_limit 64M php_flag zlib.output_compression Off -- cgit v1.2.3