mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-24 00:24:07 +03:00
Fix all kind of development and trying code.
This commit is contained in:
parent
ccf90cab61
commit
a94d0e0b31
4 changed files with 32 additions and 24 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
include_once('apihandler.php');
|
||||
include_once('ApiHandler.php');
|
||||
|
||||
class PdnsAPI {
|
||||
public function __construct() {
|
||||
|
@ -84,7 +84,7 @@ class PdnsAPI {
|
|||
$ret = array();
|
||||
$api = clone $this->http;
|
||||
$api->method = 'GET';
|
||||
$api->url = "/servers/localhost/zones/$zoneid/cryptokeys"
|
||||
$api->url = "/servers/localhost/zones/$zoneid/cryptokeys";
|
||||
|
||||
$api->call();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue