Adding mb_output_handler as the default callback for output buffering, Thanks @syntaqx

This commit is contained in:
Ben Corlett
2012-05-29 11:26:27 +10:00
parent 33fdcb4ae7
commit 7f0d709b3b

View File

@@ -29,7 +29,7 @@ define('MB_STRING', (int) function_exists('mb_get_info'));
|
*/
ob_start();
ob_start('mb_output_handler');
/*
|--------------------------------------------------------------------------