Update app_defaults.php

This commit is contained in:
FusionPBX 2017-01-10 00:32:43 -07:00 committed by GitHub
parent e7bc37baa9
commit 1914f788bc
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@
$xml_string = file_get_contents($xml_file);
}
elseif (file_exists($xml_file_alt)) {
$xml_string = file_get_contents(xml_file_alt);
$xml_string = file_get_contents($xml_file_alt);
}
$xml_object = simplexml_load_string($xml_string);
$json = json_encode($xml_object);
@ -128,4 +128,4 @@
}
?>
?>