diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-11-24 21:49:48 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-11-24 21:49:48 +0000 |
commit | 57ef3692121388b9cfb582dec2aa2de9e716758c (patch) | |
tree | 5117b6d01ee8ccf8cc09d966b7a7d7bd57eb43f6 /etc | |
parent | ac94a233aea2421b79be29b94ac280e197c90928 (diff) | |
download | pfsense-57ef3692121388b9cfb582dec2aa2de9e716758c.zip pfsense-57ef3692121388b9cfb582dec2aa2de9e716758c.tar.gz |
Turn off APC upload progress support, we're using the pecl extension
now.
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -275,7 +275,6 @@ if [ "$PLATFORM" != "cdrom" ]; then # File generated from /etc/rc output_buffering = "0" expose_php = Off -apc.rfc1867 = on implicit_flush = true magic_quotes_gpc = Off max_execution_time = 99999999 |