diff -r c26308d81882 -r c9fd175289aa index.php --- a/index.php Mon Nov 05 20:00:41 2007 -0500 +++ b/index.php Fri Nov 09 11:14:20 2007 -0500 @@ -1,6 +1,6 @@ <?php -/* +/** * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between * Version 1.0.2 (Coblynau) * Copyright (C) 2006-2007 Dan Fuhry @@ -11,8 +11,11 @@ * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details. * + * @package Enano + * @subpackage Frontend + * */ - + // Set up gzip encoding before any output is sent $aggressive_optimize_html = true;