index.php
changeset 256 62ee6685ad18
parent 195 eec079676fe7
parent 246 c9fd175289aa
child 266 917dcc6c4ceb
child 285 7846d45bd250
equal deleted inserted replaced
197:90b7a52bea45 256:62ee6685ad18
     9  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
     9  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
    10  *
    10  *
    11  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
    11  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
    12  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
    12  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
    13  *
    13  *
       
    14  * @package Enano
       
    15  * @subpackage Frontend
       
    16  *
    14  */
    17  */
    15 
    18  
    16   // Set up gzip encoding before any output is sent
    19   // Set up gzip encoding before any output is sent
    17   
    20   
    18   $aggressive_optimize_html = true;
    21   $aggressive_optimize_html = true;
    19   
    22   
    20   global $do_gzip;
    23   global $do_gzip;