This commit is contained in:
gcch 2026-04-03 15:24:58 +02:00
commit d3d6dec4f0
22 changed files with 326 additions and 324 deletions

View file

@ -1,10 +1,13 @@
allow_url_fopen=0
allow_url_include=0
cgi.fix_pathinfo=0
display_errors=0
display_startup_errors=0
expose_php=0
allow_url_fopen=Off
allow_url_include=Off
cgi.fix_pathinfo=Off
display_errors=On
display_startup_errors=On
expose_php=Off
file_uploads=On
html_errors=On
error_prepend_string="<pre style='white-space: preserve'>"
error_append_string="</pre>"
max_execution_time=600
max_input_time=600
max_input_vars=2000