Update app_defaults.php

This commit is contained in:
FusionPBX 2017-01-10 00:36:43 -07:00 committed by GitHub
parent 310dc8e5d7
commit cb802980c8
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
$xml_string = file_get_contents($xml_file); $xml_string = file_get_contents($xml_file);
} }
elseif (file_exists($xml_file_alt)) { 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); $xml_object = simplexml_load_string($xml_string);
$json = json_encode($xml_object); $json = json_encode($xml_object);