diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-05-19 23:27:51 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-05-19 23:27:51 +0200 |
commit | 3138b5c7607b434fa9b1b8c563ad461985d5b5c8 (patch) | |
tree | fafd6d4ad070b853bfd9205af32cc7433f192226 /lib | |
parent | 64c9cfd50fc230a56c886d1c45d84a4f98dcc4c7 (diff) | |
download | rpg-3138b5c7607b434fa9b1b8c563ad461985d5b5c8.tar.gz rpg-3138b5c7607b434fa9b1b8c563ad461985d5b5c8.tar.bz2 |
moved gzip compression to init.php
darcs-hash:20060519212751-7ad00-ace54b61706fdf4f1b7c2abdbabee215a1e256ab.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/exe/fetch.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/exe/fetch.php b/lib/exe/fetch.php index 7f5024b2d..f1cf9c7b4 100644 --- a/lib/exe/fetch.php +++ b/lib/exe/fetch.php @@ -7,6 +7,7 @@ */ if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/'); + define('DOKU_DISABLE_GZIP_OUTPUT', 1); require_once(DOKU_INC.'inc/init.php'); require_once(DOKU_INC.'inc/common.php'); require_once(DOKU_INC.'inc/pageutils.php'); |