diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-10 12:28:05 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-10 12:28:05 +0000 |
commit | aceb0309731f94813eaefa9e34cd0253425c6151 (patch) | |
tree | d221bcafb8d62e1766ab72c8e57161a78eb87b4e | |
parent | d8c2399b96c1f281013cd7ddc599a9aea6e570c3 (diff) |
Raise upload_max_filesize and post_max_size to very high values
-rw-r--r-- | .htaccess | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |