2026-04-03

This commit is contained in:
gcch 2026-04-03 08:49:14 +02:00
commit 5f835ca4e6
45 changed files with 819 additions and 626 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