From d560bb1c7b7e675ad72af0731df18757bf9d5700 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 19 Aug 2007 07:34:11 +0000 Subject: fixed single downloads and that annoying minor css issue with albums of the moment --- lib/init.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/init.php') 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); -- cgit