From db88a3a261c482195d929a2ab9eaee29aae59ae0 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sun, 28 Dec 2014 16:36:53 +0545 Subject: 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. --- usr/local/www/services_dnsmasq_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/services_dnsmasq_edit.php') diff --git a/usr/local/www/services_dnsmasq_edit.php b/usr/local/www/services_dnsmasq_edit.php index 17acc92..0ad863d 100644 --- a/usr/local/www/services_dnsmasq_edit.php +++ b/usr/local/www/services_dnsmasq_edit.php @@ -180,7 +180,7 @@ if ($_POST) { } $pgtitle = array(gettext("Services"),gettext("DNS forwarder"),gettext("Edit host")); -$shortcut_section = "resolver"; +$shortcut_section = "forwarder"; include("head.inc"); ?> -- cgit v1.1