Changeset 277
- Timestamp:
- 08/10/05 17:49:24 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dns/cgi-bin/main.cgi
r273 r277 642 642 my $alloc_from; 643 643 my $rdns; 644 645 if ($webvar{defrdns} eq 'y') { 646 # Using default templated rDNS from alloctypes table 647 } else { 648 # Use supplied rDNS 649 $rdns = $webvar{rdns}; 650 } 644 651 645 652 # Going to manually validate some items. … … 810 817 my ($code,$msg) = allocateBlock($ip_dbh, $webvar{fullcidr}, $webvar{alloc_from}, 811 818 $webvar{custid}, $webvar{alloctype}, $webvar{city}, $webvar{desc}, $webvar{notes}, 812 $webvar{circid} );819 $webvar{circid}, $webvar{rdns}); 813 820 814 821 if ($code eq 'OK') {
Note:
See TracChangeset
for help on using the changeset viewer.