From c0ee42e6d70991f3ef6e3ed1dedc4e9ca11c6dc0 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 30 Mar 2007 04:06:45 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@795 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- classes/display/DisplayHandler.class.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/classes/display/DisplayHandler.class.php b/classes/display/DisplayHandler.class.php index 24d7dc559..e6629515a 100644 --- a/classes/display/DisplayHandler.class.php +++ b/classes/display/DisplayHandler.class.php @@ -52,7 +52,11 @@ @include("./files/cache/activated_addons.cache.php"); $this->content_size = strlen($output); + + // 컨텐츠 출력 + ob_start('ob_gzhandler'); print trim($output); + ob_end_flush(); // 디버깅 데이터 출력 $this->_debugOutput();