summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound_acls.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-08-15 14:47:05 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-08-15 14:54:12 -0400
commiteb53e87330d1928ad7c3fe1425cd2b29590d171b (patch)
treea0eff0024f2ca609e87b4633137d7c6250bb7206 /src/usr/local/www/services_unbound_acls.php
parent0e0633070204e55935539c360e38011b4dcdb7a0 (diff)
downloadpfsense-eb53e87330d1928ad7c3fe1425cd2b29590d171b.zip
pfsense-eb53e87330d1928ad7c3fe1425cd2b29590d171b.tar.gz
Fixed #6716
(cherry picked from commit 4d4782fcd7213b5f279cb372853f5fedb07f6178)
Diffstat (limited to 'src/usr/local/www/services_unbound_acls.php')
-rw-r--r--src/usr/local/www/services_unbound_acls.php11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/usr/local/www/services_unbound_acls.php b/src/usr/local/www/services_unbound_acls.php
index 68dd774..d2abeca 100644
--- a/src/usr/local/www/services_unbound_acls.php
+++ b/src/usr/local/www/services_unbound_acls.php
@@ -201,7 +201,7 @@ $actionHelp =
sprintf(gettext('%sDeny:%s Stops queries from hosts within the netblock defined below.%s'), '<span class="text-success"><strong>', '</strong></span>', '<br />') .
sprintf(gettext('%sRefuse:%s Stops queries from hosts within the netblock defined below, but sends a DNS rcode REFUSED error message back to the client.%s'), '<span class="text-success"><strong>', '</strong></span>', '<br />') .
sprintf(gettext('%sAllow:%s Allow queries from hosts within the netblock defined below.%s'), '<span class="text-success"><strong>', '</strong></span>', '<br />') .
- 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 the administrative host.'), '<span class="text-success"><strong>', '</strong></span>');
+ 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 the administrative host.'), '<span class="text-success"><strong>', '</strong></span>');
$pgtitle = array(gettext("Services"), gettext("DNS Resolver"), gettext("Access Lists"));
@@ -368,15 +368,20 @@ if ($act == "new" || $act == "edit") {
</a>
</nav>
+<?php
+}
+
+?>
<script type="text/javascript">
//<![CDATA[
events.push(function() {
+
// Suppress "Delete row" button if there are fewer than two rows
checkLastRow();
+
});
//]]>
</script>
-<?php
-}
+<?php
include("foot.inc");
OpenPOWER on IntegriCloud