Revision 6f75aab2
Added by Jim Pingle almost 14 years ago
usr/local/www/interfaces.php | ||
---|---|---|
1561 | 1561 |
<option value="none" selected><?=gettext("None"); ?></option> |
1562 | 1562 |
<?php |
1563 | 1563 |
// Needs to check if the ID is not used on another interface |
1564 |
foreach($ifdescrs as $pdif => $pddescr) |
|
1564 |
foreach($ifdescrs as $pdif => $pddescr) {
|
|
1565 | 1565 |
if($config['interfaces'][$pdif]['dhcp6-ia-pd-len'] > 0) { |
1566 | 1566 |
$pdlen = $config['interfaces'][$pdif]['dhcp6-ia-pd-len']; |
1567 | 1567 |
continue; |
Also available in: Unified diff
Fix mismatched curly brace