Update app_defaults.php

This commit is contained in:
Alex 2025-03-14 13:43:43 -07:00 committed by GitHub
parent 5158a6289f
commit eeb8600854
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
if ($num_rows == 0) {
//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_alt = $_SERVER["DOCUMENT_ROOT"].'/'.PROJECT_PATH.'/app/switch/resources/conf/autoload_configs/conference.conf';