-Allow etc and stor directories to be configurable
This commit is contained in:
parent
ac50c279f7
commit
a55b47efff
4 changed files with 20 additions and 7 deletions
|
@ -23,7 +23,9 @@ $CC_CONFIG = array(
|
|||
'phingPath' => dirname(__FILE__).'/../../library/phing'
|
||||
);
|
||||
|
||||
Config::loadConfig("/etc/airtime/airtime.conf");
|
||||
|
||||
$configFile = isset($_SERVER['AIRTIME_CONF']) ? $_SERVER['AIRTIME_CONF'] : "/etc/airtime/airtime.conf";
|
||||
Config::loadConfig($configFile);
|
||||
|
||||
// Add database table names
|
||||
$CC_CONFIG['playListTable'] = $CC_CONFIG['tblNamePrefix'].'playlist';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue