Changeset 273 for branches/dns/cgi-bin/main.cgi
- Timestamp:
- 08/09/05 17:15:26 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dns/cgi-bin/main.cgi
r262 r273 641 641 my $cidr; 642 642 my $alloc_from; 643 my $rdns; 643 644 644 645 # Going to manually validate some items. … … 781 782 $html =~ s|\$\$CITY\$\$|$webvar{city}|g; 782 783 $html =~ s|\$\$CUSTID\$\$|$webvar{custid}|g; 784 $html =~ s|\$\$RDNS\$\$|$rdns|g; 783 785 $webvar{circid} = desanitize($webvar{circid}); 784 786 $html =~ s|\$\$CIRCID\$\$|$webvar{circid}|g;
Note:
See TracChangeset
for help on using the changeset viewer.