diff options
Diffstat (limited to 'lib/init.php')
-rw-r--r-- | lib/init.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/init.php b/lib/init.php index fdbabe45..147d2581 100644 --- a/lib/init.php +++ b/lib/init.php @@ -23,6 +23,10 @@ * DO NOT EDIT THIS FILE ***/ +// Use output buffering, this gains us a few things and +// fixes some CSS issues +ob_start(); + // Set the Error level manualy... I'm to lazy to fix notices error_reporting(E_ALL ^ E_NOTICE); |