mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Count from 1 to 255.
This commit is contained in:
parent
fd5cb732a1
commit
26fbdb23bf
@ -315,7 +315,7 @@ function typesel_change() {
|
||||
<tr valign="top">
|
||||
<td width="22%" class="vncellreq">VHID Group</td>
|
||||
<td class="vtable"><select id='vhid' name='vhid'>
|
||||
<?php for ($i = 0; $i <= 254; $i++): ?>
|
||||
<?php for ($i = 1; $i <= 254; $i++): ?>
|
||||
<option value="<?=$i;?>" <?php if ($i == $pconfig['vhid']) echo "selected"; ?>>
|
||||
<?=$i;?>
|
||||
</option>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user