Ignore:
Timestamp:
08/09/05 17:15:26 (19 years ago)
Author:
Kris Deugau
Message:

/branches/dns

Updates to main.cgi to pass rDNS data in to IPDB core
Updates to IPDB.pm to insert rDNS data into dns table
Added subst_rDNS function to IPDB.pm to take template string

and substitute printf-like patterns with IP data

File:
1 edited

Legend:

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

    r262 r273  
    641641  my $cidr;
    642642  my $alloc_from;
     643  my $rdns;
    643644
    644645  # Going to manually validate some items.
     
    781782  $html =~ s|\$\$CITY\$\$|$webvar{city}|g;
    782783  $html =~ s|\$\$CUSTID\$\$|$webvar{custid}|g;
     784  $html =~ s|\$\$RDNS\$\$|$rdns|g;
    783785  $webvar{circid} = desanitize($webvar{circid});
    784786  $html =~ s|\$\$CIRCID\$\$|$webvar{circid}|g;
Note: See TracChangeset for help on using the changeset viewer.