Disable 'phpinfo'

This commit is contained in:
Tom Wiesing 2023-06-30 12:28:49 +02:00
parent d114c8fafe
commit 5a85494194
No known key found for this signature in database

View file

@ -12,3 +12,6 @@ max_execution_time = 3000
max_input_time = 600 max_input_time = 600
max_input_nesting_level = 640 max_input_nesting_level = 640
max_input_vars = 10000 max_input_vars = 10000
; For security reasons, disable phpinfo
disable_functions = phpinfo