mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Turn off expose_php
This commit is contained in:
parent
12348eb4aa
commit
bedd9fc0f0
1
etc/rc
1
etc/rc
@ -274,6 +274,7 @@ if [ "$PLATFORM" != "cdrom" ]; then
|
||||
cat >/usr/local/lib/php.ini <<EOF
|
||||
# File generated from /etc/rc
|
||||
output_buffering = "0"
|
||||
expose_php = Off
|
||||
implicit_flush = true
|
||||
magic_quotes_gpc = Off
|
||||
max_execution_time = 99999999
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
# File generated from /usr/local/etc/php.ini
|
||||
output_buffering = "0"
|
||||
expose_php = Off
|
||||
implicit_flush = true
|
||||
magic_quotes_gpc = Off
|
||||
max_execution_time = 180
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
# File generated from /usr/local/lib/php.ini
|
||||
output_buffering = "0"
|
||||
expose_php = Off
|
||||
implicit_flush = true
|
||||
magic_quotes_gpc = Off
|
||||
max_execution_time = 99999999
|
||||
|
||||
Loading…
Reference in New Issue
Block a user