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

3 lines
74 B
Plaintext
Raw Normal View History

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