changeset 588 | 20484deb89cd |
parent 582 | a38876c0793c |
child 592 | 27377179fe58 |
--- a/index.php Thu Jun 26 18:05:42 2008 -0400 +++ b/index.php Thu Jun 26 20:55:13 2008 -0400 @@ -23,10 +23,10 @@ // Set up gzip encoding before any output is sent - $aggressive_optimize_html = true; + $aggressive_optimize_html = false; global $do_gzip; - $do_gzip = true; + $do_gzip = false; if ( isset($_GET['nocompress']) ) $aggressive_optimize_html = false;