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

3 lines
77 B
PHP

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