Fixing content type ordering when content_type is not defined.
[akelos.git] / index.php
blob972b38872628c9aef611e66cf887488b00d052d3
1 <?php
2 /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
4 // +----------------------------------------------------------------------+
5 // | Akelos Framework - http://www.akelos.org |
6 // +----------------------------------------------------------------------+
7 // | Copyright (c) 2002-2006, Akelos Media, S.L. & Bermi Ferrer Martinez |
8 // | Released under the GNU Lesser General Public License, see LICENSE.txt|
9 // +----------------------------------------------------------------------+
11 /**
12 * @author Bermi Ferrer <bermi a.t akelos c.om>
13 * @copyright Copyright (c) 2002-2006, Akelos Media, S.L. http://www.akelos.org
14 * @license GNU Lesser General Public License <http://www.gnu.org/copyleft/lesser.html>
17 // Use the command line installer to only make your public the only public accesible point.
18 define('AK_INSECURE_APP_DIRECTORY_LAYOUT', true);
19 include('public'.DIRECTORY_SEPARATOR.'index.php');