zoneminder/web/api/app/View/Groups/xml/index.ctp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
73 B
Plaintext
Raw Normal View History

2018-03-05 10:20:48 +08:00
$xml = Xml::fromArray(array('response' => $groups));
echo $xml->asXML();