From 6f9926eba2c8ab133e3a01da7842b89553e62b39 Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 18 Apr 2011 15:57:32 -0400 Subject: [PATCH] CC-2195: Remove global php.ini changes from install guide and Airtime -done --- airtime_mvc/public/.htaccess | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/airtime_mvc/public/.htaccess b/airtime_mvc/public/.htaccess index b19791a33..2fb1d45cf 100644 --- a/airtime_mvc/public/.htaccess +++ b/airtime_mvc/public/.htaccess @@ -1,3 +1,7 @@ +php_value post_max_size 100M +php_value upload_max_filesize 100M +php_value request_order "GPC" +php_value session.gc_probability 0 RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [OR]