Changeset 27


Ignore:
Timestamp:
10/26/04 17:22:22 (20 years ago)
Author:
Kris Deugau
Message:

Added Thunder Bay to list of POP cities in route-new-block check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/main.cgi

    r23 r27  
    11501150    $webvar{custid} = "6750400";
    11511151    if ($webvar{alloctype} eq 'rr') {
    1152       if ($webvar{city} !~ /^(?:Huntsville|North Bay|Ottawa|Pembroke|Sault Ste. Marie|Sudbury|Timmins|Toronto)$/) {
     1152      if ($webvar{city} !~ /^(?:Huntsville|North Bay|Ottawa|Pembroke|Sault Ste. Marie|Sudbury|Timmins|Thunder Bay|Toronto)$/) {
    11531153        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 Timmins Toronto");
     1154                "POP locations are currently:<br>\n Huntsville - North Bay - Ottawa -".
     1155                " Pembroke - Sault Ste. Marie - Sudbury - Timmins - Thunder Bay - Toronto");
    11561156      }
    11571157    }
Note: See TracChangeset for help on using the changeset viewer.