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 // +----------------------------------------------------------------------+
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');