Cheetah
modules
cheetah
forum
integrations
groups
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/groups/'
;
// base url
12
$gConf
[
'db'
][
'prefix'
] =
'ch_groups_'
;
// 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
Generated by
1.8.20