Revision 37abd83b
Added by k-paulius over 9 years ago
src/usr/local/www/services_unbound_acls.php | ||
---|---|---|
206 | 206 |
sprintf(gettext('%sAllow Snoop:%s Allow recursive and nonrecursive access from hosts within the netblock defined below. Used for cache snooping and ideally should only be configured for your administrative host.'), '<span class="text-success"><strong>', '</strong></span>'); |
207 | 207 |
|
208 | 208 |
$pgtitle = array(gettext("Services"), gettext("DNS Resolver"), gettext("Access Lists")); |
209 |
|
|
210 |
if ($act == "new" || $act == "edit") { |
|
211 |
$pgtitle[] = gettext('Edit'); |
|
212 |
} |
|
209 | 213 |
$shortcut_section = "resolver"; |
210 | 214 |
include("head.inc"); |
211 | 215 |
|
Also available in: Unified diff
Indicate in the breadcrumb if we are editing list item.