From 773fed0f214616bbc55ee2b3dd70797bccbb9bbc Mon Sep 17 00:00:00 2001 From: Matthias rank Date: Sun, 21 Jun 2020 13:46:00 +0200 Subject: [PATCH] Incorporate upstream changes Signed-off-by: Matthias Rank --- cname_records.php | 19 ++++++++++--------- scripts/pi-hole/js/customcname.js | 16 +++++++++------- scripts/pi-hole/php/customcname.php | 5 ++++- scripts/pi-hole/php/customdns.php | 2 -- 4 files changed, 23 insertions(+), 19 deletions(-) diff --git a/cname_records.php b/cname_records.php index e6f98197..c90f7f51 100644 --- a/cname_records.php +++ b/cname_records.php @@ -30,35 +30,35 @@
- +
- +
- + diff --git a/scripts/pi-hole/php/customdns.php b/scripts/pi-hole/php/customdns.php index b61eed4e..196ca281 100644 --- a/scripts/pi-hole/php/customdns.php +++ b/scripts/pi-hole/php/customdns.php @@ -2,8 +2,6 @@ require_once "func.php"; - $customDNSFile = "/etc/pihole/custom.list"; - require_once('auth.php'); // Authentication checks