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

3 lines
78 B
PHP

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