aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound/unbound_status.php
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2011-03-02 14:39:26 +0200
committerWarren Baker <warren@decoy.co.za>2011-03-02 14:39:26 +0200
commitdea5e92af1fe2f6a93a09d40f5d81e1a1bd9a6dc (patch)
tree2e47b0613c2da8ea7b6219e65c5da0481406dabf /config/unbound/unbound_status.php
parent8d926b4f17438214ba32f2baed1c26f24d113d97 (diff)
downloadpfsense-packages-dea5e92af1fe2f6a93a09d40f5d81e1a1bd9a6dc.tar.gz
pfsense-packages-dea5e92af1fe2f6a93a09d40f5d81e1a1bd9a6dc.tar.bz2
pfsense-packages-dea5e92af1fe2f6a93a09d40f5d81e1a1bd9a6dc.zip
Describe ACLs are for DNS and remove a link to a file that does not exist.
Diffstat (limited to 'config/unbound/unbound_status.php')
-rw-r--r--config/unbound/unbound_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/unbound/unbound_status.php b/config/unbound/unbound_status.php
index 7dc43812..52dfc49d 100644
--- a/config/unbound/unbound_status.php
+++ b/config/unbound/unbound_status.php
@@ -134,7 +134,7 @@ function execCmds() {
<?php
$tab_array = array();
$tab_array[] = array(gettext("Unbound DNS Settings"), false, "/pkg_edit.php?xml=unbound.xml&amp;id=0");
- $tab_array[] = array(gettext("Unbound ACLs"), false, "/pkg.php?xml=unbound_acls.xml");
+ $tab_array[] = array(gettext("Unbound DNS ACLs"), false, "/pkg.php?xml=unbound_acls.xml");
$tab_array[] = array(gettext("Unbound DNS Status"), true, "/unbound_status.php");
display_top_tabs($tab_array);
?>