- Timestamp:
- 03/22/05 12:15:10 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/main.cgi
r205 r206 829 829 if ($base =~ /^[ds]$/) { 830 830 $sql = "select * from poolips where available='y' and". 831 " type='$webvar{alloctype}' and (city='Sudbury' or city='North Bay' )";831 " type='$webvar{alloctype}' and (city='Sudbury' or city='North Bay' or city='Toronto')"; 832 832 } else { 833 833 $sql = "select * from poolips where available='y' and". … … 883 883 # This includes WAN blocks and other netblock "containers" 884 884 if ($webvar{alloctype} =~ /^.[pdc]$/) { 885 if (($webvar{city} !~ /^(Sudbury|North Bay )$/) && ($webvar{alloctype} eq 'dp')) {886 printError("You must chose Sudbury or North Bayfor DSL pools.");885 if (($webvar{city} !~ /^(Sudbury|North Bay|Toronto)$/) && ($webvar{alloctype} eq 'dp')) { 886 printError("You must chose Sudbury, North Bay, or Toronto for DSL pools."); 887 887 return; 888 888 }
Note:
See TracChangeset
for help on using the changeset viewer.