summaryrefslogtreecommitdiff
path: root/inc/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/template.php')
-rw-r--r--inc/template.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/inc/template.php b/inc/template.php
index 7a7e751a9..e79b312db 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -19,10 +19,6 @@
function template($tpl){
global $conf;
- if ($conf['gzip_output'] && extension_loaded('zlib') && preg_match('/gzip|deflate/', $_SERVER['HTTP_ACCEPT_ENCODING'])) {
- ob_start('ob_gzhandler');
- }
-
if(@is_readable(DOKU_INC.'lib/tpl/'.$conf['template'].'/'.$tpl))
return DOKU_INC.'lib/tpl/'.$conf['template'].'/'.$tpl;