Raise upload_max_filesize and post_max_size to very high values

This commit is contained in:
Bharat Mediratta
2008-11-10 12:28:05 +00:00
parent d8c2399b96
commit aceb030973

View File

@@ -1,3 +1,5 @@
php_flag short_open_tag 1
php_flag register_globals 0
php_value upload_max_filesize 20M
php_value post_max_size 100M