Update app_defaults.php

This commit is contained in:
FusionPBX
2016-08-03 18:49:26 -06:00
committed by GitHub
parent 60ad3b448a
commit 0e0d8455cd

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);
}