Revision db88a3a2
Added by Phil Davis over 10 years ago
usr/local/www/services_dnsmasq_edit.php | ||
---|---|---|
180 | 180 |
} |
181 | 181 |
|
182 | 182 |
$pgtitle = array(gettext("Services"),gettext("DNS forwarder"),gettext("Edit host")); |
183 |
$shortcut_section = "resolver";
|
|
183 |
$shortcut_section = "forwarder";
|
|
184 | 184 |
include("head.inc"); |
185 | 185 |
|
186 | 186 |
?> |
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.