Disable 'phpinfo'
This commit is contained in:
parent
d114c8fafe
commit
5a85494194
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue