zoneminder/web/api/app/View/Servers/xml/view.ctp

3 lines
73 B
PHP

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