0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
concrete5
/
5.6.0.2-2
/
standard
/
htdocs
/
concrete
/
config
/
[
Home
]
File: base_pre.php
<?php defined('C5_EXECUTE') or die("Access Denied."); if (!defined('DIR_BASE')) { define('DIR_BASE', dirname($_SERVER['SCRIPT_FILENAME'])); } if (!defined('DIR_CONFIG_SITE')) { define('DIR_CONFIG_SITE', DIR_BASE . '/config'); } # The core concrete directory. Either one per install or one per server if (!defined('DIRNAME_APP')) { define('DIRNAME_APP', 'concrete'); } if (!defined('DIRNAME_UPDATES')) { define('DIRNAME_UPDATES', 'updates'); }