Files
zoneminder/web/api/app/View/Servers/xml/view.ctp
2017-12-04 15:52:16 -05:00

3 lines
73 B
PHP

$xml = Xml::fromArray(array('response' => $server));
echo $xml->asXML();