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

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

3 lines
74 B
Plaintext
Raw Normal View History

2015-06-11 10:58:58 +08:00
$xml = Xml::fromArray(array('response' => $message));
echo $xml->asXML();