summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_unbound.php
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2015-03-08 18:04:48 -0500
committerk-paulius <k.dash.paulius@gmail.com>2015-03-08 18:04:48 -0500
commitec07dcfe94aea6317ea5e2bfcad00796a4d13266 (patch)
treec66760db0ee51fd501abadebf575b44e43366bfd /usr/local/www/services_unbound.php
parent51b24a30a86843c4b7aecff6f87d4835b02255a4 (diff)
downloadpfsense-ec07dcfe94aea6317ea5e2bfcad00796a4d13266.zip
pfsense-ec07dcfe94aea6317ea5e2bfcad00796a4d13266.tar.gz
Missing $
Diffstat (limited to 'usr/local/www/services_unbound.php')
-rw-r--r--usr/local/www/services_unbound.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_unbound.php b/usr/local/www/services_unbound.php
index 33dbe46..04b6fb6 100644
--- a/usr/local/www/services_unbound.php
+++ b/usr/local/www/services_unbound.php
@@ -281,7 +281,7 @@ function show_advanced_dns() {
<select id="active_interface" name="active_interface[]" multiple="multiple" size="<?php echo $size; ?>">
<option value="all" <?php if (empty($pconfig['active_interface']) || empty($pconfig['active_interface'][0]) || in_array("all", $pconfig['active_interface'], true)) echo 'selected="selected"'; ?>>All</option>
<?php
- foreach ($interface_addresses as $laddr => ldescr):
+ foreach ($interface_addresses as $laddr => $ldescr):
$selected = "";
if (in_array($laddr, $pconfig['active_interface']))
$selected = 'selected="selected"';
OpenPOWER on IntegriCloud