diff options
author | Warren Baker <warren@decoy.co.za> | 2011-09-29 21:23:48 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2011-09-29 21:23:48 +0200 |
commit | 9667e04e3eddfcb4bc140898af8c4026c4d02b9d (patch) | |
tree | 29c14a77a2184c3f3098882c9b660e0fcefea213 /config/unbound/unbound_status.php | |
parent | d7f430d3f66fa0461737b2cf2485649084c469e2 (diff) | |
download | pfsense-packages-9667e04e3eddfcb4bc140898af8c4026c4d02b9d.tar.gz pfsense-packages-9667e04e3eddfcb4bc140898af8c4026c4d02b9d.tar.bz2 pfsense-packages-9667e04e3eddfcb4bc140898af8c4026c4d02b9d.zip |
Update files to make use of new ACLs
Diffstat (limited to 'config/unbound/unbound_status.php')
-rw-r--r-- | config/unbound/unbound_status.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); ?> |