Update app_defaults.php
This commit is contained in:
parent
1daaf09ee5
commit
310dc8e5d7
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue