Add missing view tempplates for zone add/edit. Fixes #2986
This commit is contained in:
parent
b42eb44a79
commit
5ac4677c02
|
@ -0,0 +1,2 @@
|
||||||
|
echo json_encode($message);
|
||||||
|
echo json_encode($zone);
|
|
@ -0,0 +1,2 @@
|
||||||
|
echo json_encode($message);
|
||||||
|
echo json_encode($zone);
|
|
@ -0,0 +1,2 @@
|
||||||
|
$xml = Xml::fromArray(array('response'=>$message, 'zone'=>$zone));
|
||||||
|
echo $xml->asXML();
|
|
@ -0,0 +1,2 @@
|
||||||
|
$xml = Xml::fromArray(array('response' => $message, 'zone'=>$zone));
|
||||||
|
echo $xml->asXML();
|
Loading…
Reference in New Issue