mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-20 06:58:00 +00:00
11 lines
269 B
INI
11 lines
269 B
INI
upload_max_filesize = 100M
|
|
post_max_size = 100M
|
|
|
|
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
|
|
|
|
log_errors = On
|
|
display_errors = Off
|
|
display_startup_errors = Off
|
|
|
|
max_execution_time = 300 ; 5 minutes
|
|
max_input_time = 300 ; time to parse input data (e.g. POST) |