mirror of
https://github.com/v2board/v2board.git
synced 2025-03-13 06:04:42 +08:00
18 lines
376 B
INI
18 lines
376 B
INI
allow_url_fopen = On
|
|
allow_url_include = Off
|
|
asp_tags = Off
|
|
display_errors = On
|
|
display_startup_errors = On
|
|
error_reporting = E_ALL
|
|
enable_dl = Off
|
|
file_uploads = On
|
|
max_execution_time = 300
|
|
max_input_time = 60
|
|
max_input_vars = 100000
|
|
memory_limit = 1024M
|
|
session.gc_maxlifetime = 1440
|
|
upload_max_filesize = 250M
|
|
post_max_size = 500M
|
|
max_file_uploads = 50
|
|
date.timezone = UTC
|