Changeset 39 for branches/stable/cgi-bin
- Timestamp:
- 10/28/04 15:31:30 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/main.cgi
r35 r39 874 874 " a set of smaller netblocks or a single smaller netblock."; 875 875 } else { 876 if ($webvar{alloctype} =~ /^[s d]p$/) {876 if ($webvar{alloctype} =~ /^[scdmw]p$/) { 877 877 if (($webvar{city} !~ /^(Sudbury|North Bay)$/) && ($webvar{alloctype} eq 'dp')) { 878 878 printAndExit("You must chose Sudbury or North Bay for DSL pools."); } 879 if ($webvar{alloctype} eq 'sp') { $city = "Sudbury"; } else { $city = $webvar{city}; }879 $city = $webvar{city}; 880 880 $failmsg = "No suitable free block found.<br>\nYou will have to route another". 881 881 " superblock <br>\nfrom one of the master blocks in Sudbury or chose a smaller".
Note:
See TracChangeset
for help on using the changeset viewer.