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

3 lines
75 B
Plaintext
Raw Normal View History

2016-05-02 22:37:19 +08:00
$xml = Xml::fromArray(array('response' => $monitors));
echo $xml->asXML();