Seditio Source
Root |
./othercms/elxis_5.3_atlas_rev2452/index.php
<?php
/**
* @version        $Id: index.php 1146 2012-05-20 18:18:12Z 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_PATH', str_replace(DIRECTORY_SEPARATOR, '/', dirname(__FILE__)));
define('ELXIS_SELF', pathinfo(__FILE__, PATHINFO_BASENAME));
define('ELXIS_INNER', 0);

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

//echo '<!-- '.memory_get_peak_usage(true).' -->';

?>