index.php
changeset 1290 27ab1b13a783
parent 1252 e34c23a35dc9
--- a/index.php	Sun Aug 08 17:18:00 2010 -0400
+++ b/index.php	Mon Aug 09 19:17:52 2010 -0400
@@ -24,7 +24,7 @@
 
 // Set up gzip encoding before any output is sent
 global $do_gzip;
-$do_gzip = !defined('ENANO_DEBUG') && getConfig('gzip_output', false) == 1 && !isset($_GET['disable_builtin_gzip']);
+$do_gzip = true;
 
 error_reporting(E_ALL);