From 9667e04e3eddfcb4bc140898af8c4026c4d02b9d Mon Sep 17 00:00:00 2001 From: Warren Baker Date: Thu, 29 Sep 2011 21:23:48 +0200 Subject: Update files to make use of new ACLs --- config/unbound/unbound.xml | 6 +++--- config/unbound/unbound_advanced.xml | 2 +- config/unbound/unbound_status.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'config/unbound') diff --git a/config/unbound/unbound.xml b/config/unbound/unbound.xml index ff73d1ed..5e6361d5 100644 --- a/config/unbound/unbound.xml +++ b/config/unbound/unbound.xml @@ -66,9 +66,9 @@ http://www.pfsense.org/packages/config/unbound/unbound_status.php - /usr/local/pkg/ + /usr/local/www/ 0644 - http://www.pfsense.org/packages/config/unbound/unbound_acls.xml + http://www.pfsense.org/packages/config/unbound/unbound_acls.php /usr/local/pkg/ @@ -89,7 +89,7 @@ Unbound DNS ACLs - /pkg.php?xml=unbound_acls.xml + /unbound_acls.php Unbound DNS Status diff --git a/config/unbound/unbound_advanced.xml b/config/unbound/unbound_advanced.xml index 10449b2d..239c39ee 100644 --- a/config/unbound/unbound_advanced.xml +++ b/config/unbound/unbound_advanced.xml @@ -68,7 +68,7 @@ Unbound DNS ACLs - /pkg.php?xml=unbound_acls.xml + /unbound_acls.php Unbound DNS Status diff --git a/config/unbound/unbound_status.php b/config/unbound/unbound_status.php index 405b24d4..d011b109 100644 --- a/config/unbound/unbound_status.php +++ b/config/unbound/unbound_status.php @@ -127,7 +127,7 @@ function execCmds() { $tab_array = array(); $tab_array[] = array(gettext("Unbound DNS Settings"), false, "/pkg_edit.php?xml=unbound.xml&id=0"); $tab_array[] = array(gettext("Unbound DNS Advanced Settings"), false, "/pkg_edit.php?xml=unbound_advanced.xml&id=0"); - $tab_array[] = array(gettext("Unbound DNS ACLs"), false, "/pkg.php?xml=unbound_acls.xml"); + $tab_array[] = array(gettext("Unbound DNS ACLs"), false, "/unbound_acls.php"); $tab_array[] = array(gettext("Unbound DNS Status"), true, "/unbound_status.php"); display_top_tabs($tab_array, true); ?> -- cgit v1.2.3