- Timestamp:
- 10/27/04 11:59:35 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/main.cgi
r26 r29 1150 1150 $webvar{custid} = "6750400"; 1151 1151 if ($webvar{alloctype} eq 'rr') { 1152 if ($webvar{city} !~ /^(?:Huntsville|North Bay|Ottawa|Pembroke|Sault Ste. Marie|Sudbury|Timmins|T oronto)$/) {1152 if ($webvar{city} !~ /^(?:Huntsville|North Bay|Ottawa|Pembroke|Sault Ste. Marie|Sudbury|Timmins|Thunder Bay|Toronto)$/) { 1153 1153 printAndExit("Please choose a valid POP location for a routed netblock. Valid ". 1154 "POP locations are currently:<br>\n Huntsville North Bay Ottawa Pembroke ".1155 " Sault Ste. Marie Sudbury TimminsToronto");1154 "POP locations are currently:<br>\n Huntsville - North Bay - Ottawa -". 1155 " Pembroke - Sault Ste. Marie - Sudbury - Timmins - Thunder Bay - Toronto"); 1156 1156 } 1157 1157 }
Note:
See TracChangeset
for help on using the changeset viewer.