Project

General

Profile

« Previous | Next » 

Revision e8e12c54

Added by Scott Ullrich over 15 years ago

Increase buffer to 500000

View differences:

usr/local/www/index.php
46 46
	ini_set('output_buffering','true');
47 47
	
48 48
	// Start buffering with a cache size of 100000
49
	ob_start(null, "100000");
49
	ob_start(null, "500000");
50 50

  
51 51
	## Load Essential Includes
52 52
	require_once('functions.inc');

Also available in: Unified diff