From cc4bbbecb47b40f58c170602ae4b4579545fa2d7 Mon Sep 17 00:00:00 2001 From: tracer Date: Fri, 19 Apr 2024 16:36:00 +0200 Subject: [PATCH] fixed change path for BindApi class --- composer.json | 2 +- public/index.php | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 73a4b55..c62aa83 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "24unix/bindapi", "description": "manage Bind9 DNS server via REST API", "version": "1.0.7", - "build_number": "347", + "build_number": "348", "authors": [ { "name": "Micha Espey", diff --git a/public/index.php b/public/index.php index 45b6dd2..37f2c57 100644 --- a/public/index.php +++ b/public/index.php @@ -1,9 +1,6 @@