index.php
changeset 246 c9fd175289aa
parent 183 91127e62f38f
child 248 ed13b72b13cc
child 256 62ee6685ad18
equal deleted inserted replaced
237:c26308d81882 246:c9fd175289aa
     1 <?php
     1 <?php
     2 
     2 
     3 /*
     3 /**
     4  * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
     4  * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
     5  * Version 1.0.2 (Coblynau)
     5  * Version 1.0.2 (Coblynau)
     6  * Copyright (C) 2006-2007 Dan Fuhry
     6  * Copyright (C) 2006-2007 Dan Fuhry
     7  *
     7  *
     8  * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License
     8  * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License
     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;