zoneminder/web/api/app/View/Zones/xml/edit.ctp

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

3 lines
89 B
Plaintext
Raw Normal View History

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