add templates for daemonControl to api
This commit is contained in:
parent
d671761a35
commit
9d8f0fef0c
|
@ -0,0 +1 @@
|
|||
echo json_encode($status_text);
|
|
@ -0,0 +1,2 @@
|
|||
$xml = Xml::fromArray(array('response' => $status_text));
|
||||
echo $xml->asXML();
|
Loading…
Reference in New Issue