Update app_defaults.php

This commit is contained in:
FusionPBX 2016-08-03 18:49:26 -06:00 committed by GitHub
parent 3cc4964503
commit a942d284a2
1 changed files with 2 additions and 2 deletions

View File

@ -31,10 +31,10 @@
$xml_file = $xml_dir."/local_stream.conf";
//rename the file
if (file_exist($xml_dir.'/local_stream.conf.xml')) {
if (file_exists($xml_dir.'/local_stream.conf.xml')) {
rename($xml_dir.'/local_stream.conf.xml', $xml_dir.'/'.$xml_file);
}
if (file_exist($xml_dir.'/local_stream.conf.xml.noload')) {
if (file_exists($xml_dir.'/local_stream.conf.xml.noload')) {
rename($xml_dir.'/local_stream.conf.xml.noload', $xml_dir.'/'.$xml_file);
}