Ignore:
Timestamp:
07/08/10 18:04:35 (14 years ago)
Author:
Kris Deugau
Message:

/trunk

Trim reference to ViaNet IP ranges in help.html and search.cgi (see #26)

File:
1 edited

Legend:

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

    r417 r427  
    148148  if ($webvar{cidr} eq '') { # We has a blank CIDR.  Ignore it.
    149149  } elsif ($webvar{cidr} =~ /\//) {
    150     # 209.91.179/26 should show all /26 subnets in 209.91.179
     150    # 192.168.179/26 should show all /26 subnets in 192.168.179
    151151    my ($net,$maskbits) = split /\//, $webvar{cidr};
    152152    if ($webvar{cidr} =~ /^(\d{1,3}\.){3}\d{1,3}\/\d{2}$/) {
     
    340340    $query =~ s/\s+//g;
    341341    if ($query =~ /\//) {
    342       # 209.91.179/26 should show all /26 subnets in 209.91.179
     342      # 192.168.179/26 should show all /26 subnets in 192.168.179
    343343      my ($net,$maskbits) = split /\//, $query;
    344344      if ($query =~ /^(\d{1,3}\.){3}\d{1,3}\/\d{2}$/) {
Note: See TracChangeset for help on using the changeset viewer.