Files
zoneminder/web/api/app/View/Groups/xml/view.ctp
2018-03-04 23:01:52 -08:00

3 lines
72 B
PHP

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