diff options
author | Martin Fuchs <martin.fuchs@trendchiller.com> | 2011-09-30 14:34:28 +0200 |
---|---|---|
committer | Martin Fuchs <martin.fuchs@trendchiller.com> | 2011-09-30 14:34:28 +0200 |
commit | ab7858145f9fca43afaa22791911ddfbbb997656 (patch) | |
tree | 4bb01d249327d244e9d0ca94befbec793d6d0a64 /config/unbound/unbound_status.php | |
parent | c635d9e80797e99c78db01f2023ad6607dd2c65b (diff) | |
parent | 4763db0d8ca282fc0e3d0165ba9804fae2e7aefe (diff) | |
download | pfsense-packages-ab7858145f9fca43afaa22791911ddfbbb997656.tar.gz pfsense-packages-ab7858145f9fca43afaa22791911ddfbbb997656.tar.bz2 pfsense-packages-ab7858145f9fca43afaa22791911ddfbbb997656.zip |
Merge remote-tracking branch 'upstream/master'
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); ?> |