mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
output_buffering needs to be set to 0
This commit is contained in:
parent
d017ef26fc
commit
79c05ed90f
@ -1,4 +1,4 @@
|
||||
output_buffering = Off
|
||||
output_buffering = "0"
|
||||
magic_quotes_gpc = Off
|
||||
max_execution_time = 99999999
|
||||
max_input_time = 99999999
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
output_buffering = Off
|
||||
output_buffering = "0"
|
||||
magic_quotes_gpc = Off
|
||||
max_execution_time = 99999999
|
||||
max_input_time = 99999999
|
||||
|
||||
Loading…
Reference in New Issue
Block a user