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

3 lines
77 B
PHP

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