From 6138d557db0fbd63c61eaabe0703d426293bd6bd Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 19 Nov 2016 08:54:07 +0100 Subject: [PATCH] unbound: solely anchor unbound.inc from services.inc --- src/www/services_unbound.php | 1 - src/www/services_unbound_acls.php | 1 - src/www/services_unbound_advanced.php | 1 - src/www/services_unbound_overrides.php | 1 - 4 files changed, 4 deletions(-) diff --git a/src/www/services_unbound.php b/src/www/services_unbound.php index 64b8ef464..e528f6012 100644 --- a/src/www/services_unbound.php +++ b/src/www/services_unbound.php @@ -28,7 +28,6 @@ */ require_once("guiconfig.inc"); -require_once("plugins.inc.d/unbound.inc"); require_once("services.inc"); require_once("system.inc"); require_once("interfaces.inc"); diff --git a/src/www/services_unbound_acls.php b/src/www/services_unbound_acls.php index e6348ee3c..3d77e60d4 100644 --- a/src/www/services_unbound_acls.php +++ b/src/www/services_unbound_acls.php @@ -28,7 +28,6 @@ */ require_once("guiconfig.inc"); -require_once("plugins.inc.d/unbound.inc"); require_once("system.inc"); require_once("services.inc"); require_once("interfaces.inc"); diff --git a/src/www/services_unbound_advanced.php b/src/www/services_unbound_advanced.php index 5a9debb9a..b8c7910b4 100644 --- a/src/www/services_unbound_advanced.php +++ b/src/www/services_unbound_advanced.php @@ -28,7 +28,6 @@ */ require_once("guiconfig.inc"); -require_once("plugins.inc.d/unbound.inc"); require_once("system.inc"); require_once("services.inc"); diff --git a/src/www/services_unbound_overrides.php b/src/www/services_unbound_overrides.php index 4f7a4e2cf..c885fa6ae 100644 --- a/src/www/services_unbound_overrides.php +++ b/src/www/services_unbound_overrides.php @@ -29,7 +29,6 @@ */ require_once("guiconfig.inc"); -require_once("plugins.inc.d/unbound.inc"); require_once("services.inc"); require_once("system.inc"); require_once("interfaces.inc");