zoneminder/web/api/app/View/Servers/xml/index.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

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