diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-05-04 09:40:24 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-05-04 09:40:24 +0200 |
commit | 93e12fa4147191ec40ef5de03b4c7c211012eb4c (patch) | |
tree | e1cd51c533d63ef5a3f93f3a7fe7f8ca94bb4ecc /.htaccess | |
parent | 37ac40719f791d80a1cd0004629a1089019a0669 (diff) |
Support upload progress with session.upload_progress and PECL uploadprogress module (#1488702)
Diffstat (limited to '.htaccess')
-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 5M +php_value post_max_size 6M php_value memory_limit 64M php_flag register_globals Off |