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:07:32 -0500
committerk-paulius <k.dash.paulius@gmail.com>2015-03-08 18:07:32 -0500
commit29257358e7316b69c702bc2f72c32304ff7eea4f (patch)
treed6948fcdd4e740ba46b0ff190c20c78e27397639 /usr/local/www/services_unbound.php
parentec07dcfe94aea6317ea5e2bfcad00796a4d13266 (diff)
downloadpfsense-29257358e7316b69c702bc2f72c32304ff7eea4f.zip
pfsense-29257358e7316b69c702bc2f72c32304ff7eea4f.tar.gz
$ldescr variable is not assigned a value and all 'Outgoing Network Interfaces' show Localhost as a name on UI
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 04b6fb6..decb25d 100644
--- a/usr/local/www/services_unbound.php
+++ b/usr/local/www/services_unbound.php
@@ -302,7 +302,7 @@ function show_advanced_dns() {
<select id="outgoing_interface" name="outgoing_interface[]" multiple="multiple" size="<?php echo $size; ?>">
<option value="" <?php if (empty($pconfig['outgoing_interface']) || empty($pconfig['outgoing_interface'][0])) echo 'selected="selected"'; ?>>All</option>
<?php
- foreach ($interface_addresses as $laddr):
+ foreach ($interface_addresses as $laddr => $ldescr):
$selected = "";
if (in_array($laddr, $pconfig['outgoing_interface']))
$selected = 'selected="selected"';
OpenPOWER on IntegriCloud