mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update app_defaults.php
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user