14 lines
355 B
INI
14 lines
355 B
INI
memory_limit=1024M
|
|
error_reporting=E_ALL
|
|
display_errors=On
|
|
display_startup_errors=On
|
|
html_errors=On
|
|
variables_order="GPCS"
|
|
request_order="GPCS"
|
|
post_max_size=1G
|
|
include_path="./:/var/www/html:/var/www/html/classes:/var/www/html/inc"
|
|
file_uploads=On
|
|
upload_max_filesize=1G
|
|
allow_url_fopen=On
|
|
allow_url_include=Off
|
|
date.timezone=America/Indiana/Indianapolis |