diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2012-05-08 22:36:37 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2012-05-08 22:36:37 +0000 |
| commit | b18bca1ee0be34a9a6e9d9093eee660f46b125c1 (patch) | |
| tree | c27645c6f6d3e911a8ee788631a307a64f4a61c5 | |
| parent | 4d7e277b928bff2cf33d49e6aeac3c0f3a7ee332 (diff) | |
Allow larger uploads and posts for email.nkinkade
| -rw-r--r-- | .htaccess | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,8 +6,8 @@ php_flag display_errors Off php_flag log_errors On # php_value error_log logs/errors -php_value upload_max_filesize 5M -php_value post_max_size 6M +php_value upload_max_filesize 10M +php_value post_max_size 10M php_value memory_limit 64M php_flag zlib.output_compression Off |
