Changeset 136


Ignore:
Timestamp:
01/26/05 17:05:46 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Bugfix for new "dw" Dynamic WiFi type to let it through validateInput()
Ooops.

File:
1 edited

Legend:

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

    r134 r136  
    10141014    }
    10151015#    print "<!-- [ In validateInput().  Insert customer ID cross-check here. ] -->\n";
    1016   } elsif ($webvar{alloctype} =~ /^([cdsmw]p|si|dn|dy|dc|ee|rr|in)$/){
     1016  } elsif ($webvar{alloctype} =~ /^([cdsmw]p|si|dn|dy|dc|dw|ee|rr|in)$/){
    10171017    # All non-customer allocations MUST be entered with "our" customer ID.
    10181018    # I have Defined this as 6750400 for consistency.
Note: See TracChangeset for help on using the changeset viewer.