summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-08-20 09:28:53 -0400
committerjim-p <jimp@pfsense.org>2011-08-20 09:28:53 -0400
commit6f75aab23a1f6c1db97f1eba3743dbbea50acdae (patch)
tree037df2a13849f43913552f977c08d00b30a6b971 /usr/local
parent1caa6adc4295d5ce88b48c1549da4fc24a681ee1 (diff)
downloadpfsense-6f75aab23a1f6c1db97f1eba3743dbbea50acdae.zip
pfsense-6f75aab23a1f6c1db97f1eba3743dbbea50acdae.tar.gz
Fix mismatched curly brace
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index f311b77..9b13c71 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1561,7 +1561,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
<option value="none" selected><?=gettext("None"); ?></option>
<?php
// Needs to check if the ID is not used on another interface
- foreach($ifdescrs as $pdif => $pddescr)
+ foreach($ifdescrs as $pdif => $pddescr) {
if($config['interfaces'][$pdif]['dhcp6-ia-pd-len'] > 0) {
$pdlen = $config['interfaces'][$pdif]['dhcp6-ia-pd-len'];
continue;
OpenPOWER on IntegriCloud