From 7b50ef7bd46720738ee309afff70caa959776d43 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 20 May 2011 14:31:28 -0400 Subject: [PATCH] CC-2312: Change max_upload_size in .htaccess file -done --- airtime_mvc/public/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/public/.htaccess b/airtime_mvc/public/.htaccess index 2fb1d45cf..41bee251b 100644 --- a/airtime_mvc/public/.htaccess +++ b/airtime_mvc/public/.htaccess @@ -1,5 +1,5 @@ -php_value post_max_size 100M -php_value upload_max_filesize 100M +php_value post_max_size 500M +php_value upload_max_filesize 500M php_value request_order "GPC" php_value session.gc_probability 0