Update app_defaults.php
This commit is contained in:
parent
5158a6289f
commit
eeb8600854
|
|
@ -32,7 +32,7 @@
|
||||||
if ($num_rows == 0) {
|
if ($num_rows == 0) {
|
||||||
|
|
||||||
//set the directory
|
//set the directory
|
||||||
$xml_dir = $setting->get('switch','conf').'/autoload_configs';
|
$xml_dir = $settings->get('switch','conf').'/autoload_configs';
|
||||||
$xml_file = $xml_dir."/conference.conf";
|
$xml_file = $xml_dir."/conference.conf";
|
||||||
$xml_file_alt = $_SERVER["DOCUMENT_ROOT"].'/'.PROJECT_PATH.'/app/switch/resources/conf/autoload_configs/conference.conf';
|
$xml_file_alt = $_SERVER["DOCUMENT_ROOT"].'/'.PROJECT_PATH.'/app/switch/resources/conf/autoload_configs/conference.conf';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue