Changeset 407


Ignore:
Timestamp:
05/12/10 18:06:00 (14 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Remove NOC-VPN hack comment block. See #13.

File:
1 edited

Legend:

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

    r395 r407  
    872872  return if !validateInput();
    873873
    874 # 2009/12/1 kdeugau
    875 # Since we're using these for more than just NOC-ish things now, removing
    876 ## Hack as per Jody.  Force CustID of NOC-VPN on 192.168 assignments
    877 #if ($webvar{fullcidr} =~ /^192\.168/) {
    878 #  $webvar{custid} = "NOC-VPN";
    879 #}
    880 
    881874  if (!defined($webvar{privdata})) {
    882875    $webvar{privdata} = '';
Note: See TracChangeset for help on using the changeset viewer.