Fix all kind of development and trying code.

This commit is contained in:
Mark Schouten 2016-08-03 14:08:33 +02:00
parent ccf90cab61
commit a94d0e0b31
4 changed files with 32 additions and 24 deletions

View file

@ -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();