diff options
author | sullrich <sullrich@pfsense.org> | 2009-12-03 17:58:54 -0500 |
---|---|---|
committer | sullrich <sullrich@pfsense.org> | 2009-12-03 17:58:54 -0500 |
commit | e8e12c54f81d97c38e30d2db205b6b577873e0da (patch) | |
tree | 5fd3b5ebe6160f92b8656f078d59836968b9bd3a /usr/local/www | |
parent | ea7f7a84b937378265374681de32733afba49e23 (diff) | |
download | pfsense-e8e12c54f81d97c38e30d2db205b6b577873e0da.zip pfsense-e8e12c54f81d97c38e30d2db205b6b577873e0da.tar.gz |
Increase buffer to 500000
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php index cede39a..a0f4ce2 100755 --- a/usr/local/www/index.php +++ b/usr/local/www/index.php @@ -46,7 +46,7 @@ ini_set('output_buffering','true'); // Start buffering with a cache size of 100000 - ob_start(null, "100000"); + ob_start(null, "500000"); ## Load Essential Includes require_once('functions.inc'); |