Update the to point to app/switch/resources/conf

This commit is contained in:
markjcrane
2023-06-26 13:37:08 -06:00
parent eed43da50c
commit a9bd6cbc9a
7 changed files with 16 additions and 11 deletions

View File

@@ -35,7 +35,7 @@
//set the directory
$xml_dir = $_SESSION["switch"]["conf"]["dir"].'/autoload_configs';
$xml_file = $xml_dir."/conference.conf";
$xml_file_alt = $_SERVER["DOCUMENT_ROOT"].'/'.PROJECT_PATH.'/resources/templates/conf/autoload_configs/conference.conf';
$xml_file_alt = $_SERVER["DOCUMENT_ROOT"].'/'.PROJECT_PATH.'/app/switch/resources/conf/autoload_configs/conference.conf';
//rename the file
if (file_exists($xml_dir.'/conference.conf.xml.noload')) {