12 lines
239 B
INI
12 lines
239 B
INI
|
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
|
||
|
display_errors = Off
|
||
|
display_startup_errors = Off
|
||
|
|
||
|
post_max_size = 64M
|
||
|
upload_max_filesize = 64M
|
||
|
max_execution_time = 300
|
||
|
max_input_time = 600
|
||
|
max_input_vars = 1000
|
||
|
memory_limit = 2000M
|
||
|
|