diff options
Diffstat (limited to 'play')
-rw-r--r-- | play/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/play/index.php b/play/index.php index 15e06041..497be35a 100644 --- a/play/index.php +++ b/play/index.php @@ -28,6 +28,7 @@ define('NO_SESSION','1'); require_once '../lib/init.php'; require_once Config::get('prefix') . '/modules/horde/Browser.php'; +ob_end_clean(); /* These parameters had better come in on the url. */ |