summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_unbound_acls.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2014-12-28 16:36:53 +0545
committerPhil Davis <phil.davis@inf.org>2014-12-28 16:36:53 +0545
commitdb88a3a261c482195d929a2ab9eaee29aae59ae0 (patch)
tree5acf4e477619889b40b98b9a6ea3049bcd1cf9bb /usr/local/www/services_unbound_acls.php
parentcccee755846ccfce15340e00cb3005ec3b90954f (diff)
downloadpfsense-db88a3a261c482195d929a2ab9eaee29aae59ae0.zip
pfsense-db88a3a261c482195d929a2ab9eaee29aae59ae0.tar.gz
Fix unbound shortcut links
Fixes redmine #4151 1) Make the naming in shortcuts.inc more clear - forwarder=dnsmasq resolver=unbound 2) Make the value of $shortcuts_section correct in each dnsmasq and unbound php code 3) Make diag_logs_resolver.php smarter, so if dnsmasq is enabled, then show shortcuts for dnsmasq, otherwise show shortcuts for unbound. 4) Fix some references to forwarder in unbound code - should be resolver.
Diffstat (limited to 'usr/local/www/services_unbound_acls.php')
-rw-r--r--usr/local/www/services_unbound_acls.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/services_unbound_acls.php b/usr/local/www/services_unbound_acls.php
index 1c81949..d2fa3f8 100644
--- a/usr/local/www/services_unbound_acls.php
+++ b/usr/local/www/services_unbound_acls.php
@@ -145,6 +145,7 @@ if ($_POST) {
$closehead = false;
$pgtitle = "Services: DNS Resolver: Access Lists";
+$shortcut_section = "resolver";
include("head.inc");
?>
OpenPOWER on IntegriCloud