diff --git a/scripts/pi-hole/php/customdns.php b/scripts/pi-hole/php/customdns.php index 1eabdf9d..a27f1e2b 100644 --- a/scripts/pi-hole/php/customdns.php +++ b/scripts/pi-hole/php/customdns.php @@ -6,9 +6,9 @@ switch ($_REQUEST['action']) { - case 'get': echo json_encode(echoCustomDNSEntries()); break; - case 'add': echo json_encode(addCustomDNSEntry()); break; - case 'delete': echo json_encode(deleteCustomDNSEntry()); break; + case 'get': echo json_encode(echoCustomDNSEntries()); break; + case 'add': echo json_encode(addCustomDNSEntry()); break; + case 'delete': echo json_encode(deleteCustomDNSEntry()); break; default: die("Wrong action"); } diff --git a/settings.php b/settings.php index e5f5ae7f..bbf45513 100644 --- a/settings.php +++ b/settings.php @@ -1073,7 +1073,7 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "blocklists"
-

Teleporter Backup

+

Backup

@@ -1088,7 +1088,7 @@ if (isset($_GET['tab']) && in_array($_GET['tab'], array("sysadmin", "blocklists"
-

Teleporter Restore

+

Restore