Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/estia/index.php
<?php
/**
* @version        $Id: index.php 442 2011-06-26 18:14:55Z datahell $
* @package        Elxis
* @copyright    Copyright (c) 2006-2012 Elxis CMS (http://www.elxis.org). All rights reserved.
* @license        Elxis Public License ( http://www.elxis.org/elxis-public-license.html )
* @author        Elxis Team ( http://www.elxis.org )
* @description     Elxis CMS is free software. Read the license for copyright notices and details
*/

define('_ELXIS_', 1);
define('ELXIS_ADMIN', 1);


define('ELXIS_APATH', str_replace(DIRECTORY_SEPARATOR, '/', dirname(__FILE__)));
define('ELXIS_PATH', str_replace(DIRECTORY_SEPARATOR, '/', dirname(ELXIS_APATH)));
define('ELXIS_SELF', pathinfo(__FILE__, PATHINFO_BASENAME));
define('ELXIS_INNER', 0);
$parts = explode('/', ELXIS_APATH);
$f = count($parts) - 1;
define('ELXIS_ADIR', $parts[$f]);
unset(
$parts, $f);


require(
ELXIS_PATH.'/includes/loader.php');

?>