mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-07 00:47:00 +03:00
Revert "notify pdns after zone update"
This commit is contained in:
parent
ed27b5e7d1
commit
635441dbe0
3 changed files with 1 additions and 19 deletions
|
@ -84,14 +84,6 @@ class PdnsAPI {
|
|||
|
||||
return $this->loadzone($zone['id']);
|
||||
}
|
||||
public function notifyzone($zoneid) {
|
||||
$api = clone $this->http;
|
||||
$api->method = 'PUT';
|
||||
$api->url = "/servers/localhost/zones/$zoneid/notify";
|
||||
$api->call();
|
||||
|
||||
return $api->json;
|
||||
}
|
||||
|
||||
public function deletezone($zoneid) {
|
||||
$api = clone $this->http;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue