diff --git a/airtime_mvc/public/.htaccess b/airtime_mvc/public/.htaccess index 9c1eedc66..8a50c17ef 100644 --- a/airtime_mvc/public/.htaccess +++ b/airtime_mvc/public/.htaccess @@ -2,7 +2,6 @@ php_value post_max_size 500M php_value upload_max_filesize 500M php_value request_order "GPC" php_value session.gc_probability 0 -php_value upload_tmp_dir /tmp php_value date.timezone "America/Toronto" php_value phar.readonly Off diff --git a/install_full/apache/airtime-vhost b/install_full/apache/airtime-vhost index 4caf438db..6e160ae84 100644 --- a/install_full/apache/airtime-vhost +++ b/install_full/apache/airtime-vhost @@ -1,6 +1,7 @@ ServerAdmin foo@bar.org DocumentRoot /var/www/airtime/public + php_admin_value upload_tmp_dir /tmp DirectoryIndex index.php