index.php
changeset 7 a4d4351dbb44
parent 6 e85afa76e1ff
child 8 4bb20dddef00
equal deleted inserted replaced
6:e85afa76e1ff 7:a4d4351dbb44
    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
    16   
    17   
    17   $aggressive_optimize_html = true;
    18   $aggressive_optimize_html = true;
    18   
    19   
    19   global $do_gzip;
    20   global $do_gzip;
    20   $do_gzip = false;
    21   $do_gzip = false;