Files
zoneminder/web/api/app/View/Snapshots/xml/view.ctp
2022-11-30 15:11:04 -05:00

3 lines
72 B
PHP

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