Count from 1 to 255.

This commit is contained in:
Scott Ullrich 2005-07-30 00:21:13 +00:00
parent fd5cb732a1
commit 26fbdb23bf

View File

@ -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>