Files
zoneminder/web/api/app/View/ServerStats/xml/index.ctp
2023-02-26 17:04:05 -05:00

3 lines
78 B
PHP

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