diff options
Diffstat (limited to 'etc/rc')
-rwxr-xr-x | etc/rc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -224,6 +224,7 @@ if [ "$PLATFORM" != "cdrom" ]; then # not being able to boot back up. cat >/usr/local/lib/php.ini <<EOF output_buffering = "0" +expose_php = Off implicit_flush = true magic_quotes_gpc = Off max_execution_time = 99999999 |