Changeset 1031402
- Timestamp:
- 11/23/2014 09:46:35 PM (11 years ago)
- Location:
- upload-max-file-size/trunk/help
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
upload-max-file-size/trunk/help/php.ini
r1031390 r1031402 1 upload_max_filesize = 32M2 post_max_size = 32M1 upload_max_filesize = 1024M 2 post_max_size = 1024M 3 3 php_value max_execution_time 500 4 4 php_value max_input_time 500 -
upload-max-file-size/trunk/help/php5.ini
r1031390 r1031402 1 upload_max_filesize = 32M2 post_max_size = 33M1 upload_max_filesize = 1024M 2 post_max_size = 1024M 3 3 php_value max_execution_time 500 4 4 php_value max_input_time 500
Note: See TracChangeset
for help on using the changeset viewer.