equal
deleted
inserted
replaced
21 // For the mighty and brave. |
21 // For the mighty and brave. |
22 // define('ENANO_DEBUG', ''); |
22 // define('ENANO_DEBUG', ''); |
23 |
23 |
24 // Set up gzip encoding before any output is sent |
24 // Set up gzip encoding before any output is sent |
25 |
25 |
26 $aggressive_optimize_html = false; |
26 $aggressive_optimize_html = true; |
27 |
27 |
28 global $do_gzip; |
28 global $do_gzip; |
29 $do_gzip = false; |
29 $do_gzip = true; |
30 |
30 |
31 if ( isset($_GET['nocompress']) ) |
31 if ( isset($_GET['nocompress']) ) |
32 $aggressive_optimize_html = false; |
32 $aggressive_optimize_html = false; |
33 |
33 |
34 error_reporting(E_ALL); |
34 error_reporting(E_ALL); |