Changeset 266 for branches/stable
- Timestamp:
- 07/15/05 16:39:54 (19 years ago)
- Location:
- branches/stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/assign.html
r158 r266 29 29 </td> 30 30 </tr><tr class="color2"> 31 <td>Route/allocate from this master: </td><td>$$MASTERLIST$$</td> 31 <td>Route/allocate from this master: </td><td>$$MASTERLIST$$ 32 Allow automatic allocation from private IP ranges:<input type=checkbox name=allowpriv> 33 </td> 32 34 </tr><tr class="color1"> 33 35 <td>Circuit ID: </td><td><input name=circid size=40></td> -
branches/stable/cgi-bin/main.cgi
r265 r266 895 895 } else { 896 896 $sql = "select * from freeblocks where maskbits<=$webvar{maskbits} and routed='n'". 897 ($webvar{allowpriv} eq 'on' ? '' : 898 " and not (cidr <<= '192.168.0.0/16'". 899 " or cidr <<= '10.0.0.0/8'". 900 " or cidr <<= '172.16.0.0/12')"). 897 901 " order by maskbits desc"; 898 902 }
Note:
See TracChangeset
for help on using the changeset viewer.