Changeset 103


Ignore:
Timestamp:
12/15/04 17:32:45 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Fix bug validating static wireless IP type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/main.cgi

    r102 r103  
    11921192  chomp $webvar{alloctype};
    11931193  # We have different handling for customer allocations and "internal" or "our" allocations
    1194   if ($webvar{alloctype} =~ /^(ci|di|cn|mi)$/) {
     1194  if ($webvar{alloctype} =~ /^(ci|di|cn|mi|wi)$/) {
    11951195    if (!$webvar{custid}) {
    11961196      printAndExit("Please enter a customer ID.");
Note: See TracChangeset for help on using the changeset viewer.