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
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
|
*/
ob_start();
ob_start('mb_output_handler');
/*
|--------------------------------------------------------------------------