Changeset 407 for branches/stable/cgi-bin/main.cgi
- Timestamp:
- 05/12/10 18:06:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/main.cgi
r395 r407 872 872 return if !validateInput(); 873 873 874 # 2009/12/1 kdeugau875 # Since we're using these for more than just NOC-ish things now, removing876 ## Hack as per Jody. Force CustID of NOC-VPN on 192.168 assignments877 #if ($webvar{fullcidr} =~ /^192\.168/) {878 # $webvar{custid} = "NOC-VPN";879 #}880 881 874 if (!defined($webvar{privdata})) { 882 875 $webvar{privdata} = '';
Note:
See TracChangeset
for help on using the changeset viewer.