index.php
changeset 588 20484deb89cd
parent 582 a38876c0793c
child 592 27377179fe58
equal deleted inserted replaced
587:705ed7162315 588:20484deb89cd
    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 = true;
    26   $aggressive_optimize_html = false;
    27   
    27   
    28   global $do_gzip;
    28   global $do_gzip;
    29   $do_gzip = true;
    29   $do_gzip = false;
    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);