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

3 lines
74 B
PHP

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