Merge branch 'cc-5709-airtime-analyzer' into cc-5709-airtime-analyzer-saas
Conflicts: airtime_mvc/application/configs/conf.php
This commit is contained in:
commit
0a4a0d387a
|
@ -36,7 +36,7 @@ class Config {
|
||||||
$CC_CONFIG['basePort'] = $values['general']['base_port'];
|
$CC_CONFIG['basePort'] = $values['general']['base_port'];
|
||||||
$CC_CONFIG['phpDir'] = $values['general']['airtime_dir'];
|
$CC_CONFIG['phpDir'] = $values['general']['airtime_dir'];
|
||||||
if (isset($values['general']['dev_env'])) {
|
if (isset($values['general']['dev_env'])) {
|
||||||
$CC_CONFIG['dev_env'] == $values['general']['dev_env'];
|
$CC_CONFIG['dev_env'] = $values['general']['dev_env'];
|
||||||
} else {
|
} else {
|
||||||
$CC_CONFIG['dev_env'] = 'production';
|
$CC_CONFIG['dev_env'] = 'production';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue