Revision 8f6875de
Added by Phil Davis over 10 years ago
usr/local/www/services_dnsmasq.php | ||
---|---|---|
151 | 151 |
|
152 | 152 |
$closehead = false; |
153 | 153 |
$pgtitle = array(gettext("Services"),gettext("DNS forwarder")); |
154 |
$shortcut_section = "resolver";
|
|
154 |
$shortcut_section = "forwarder";
|
|
155 | 155 |
include("head.inc"); |
156 | 156 |
|
157 | 157 |
?> |
Also available in: Unified diff
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.