Cheetah
config.php
Go to the documentation of this file.
1 <?php
2 
8 $aPathInfo = pathinfo(__FILE__);
9 require_once ($aPathInfo['dirname'] . '/../base/config.php');
10 
11 $gConf['url']['base'] = $site['url'] . 'forum/store/'; // base url
12 $gConf['db']['prefix'] = 'ch_store_'; // tables names prefix
php
$site
$site['ver']
Definition: version.inc.php:8
$gConf
global $gConf
Definition: config.php:8
$aPathInfo
$aPathInfo
Definition: config.php:12