index.php
changeset 8 4bb20dddef00
parent 7 a4d4351dbb44
child 15 ad5986a53197
equal deleted inserted replaced
7:a4d4351dbb44 8:4bb20dddef00
    11  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
    11  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
    12  *
    12  *
    13  */
    13  */
    14  
    14  
    15   // Set up gzip encoding before any output is sent
    15   // Set up gzip encoding before any output is sent
    16   // Another test code change
       
    17   
    16   
    18   $aggressive_optimize_html = true;
    17   $aggressive_optimize_html = true;
    19   
    18   
    20   global $do_gzip;
    19   global $do_gzip;
    21   $do_gzip = false;
    20   $do_gzip = false;