Changeset 586 for trunk/cgi-bin/main.cgi
- Timestamp:
- 01/17/13 15:47:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r585 r586 654 654 $blockinfo->{type} =~ s/\s//; 655 655 656 # Get rDNS info; duplicates a bit of getBlockData but also does the RPC call if possible 657 $blockinfo->{rdns} = getBlockRDNS($ip_dbh, $webvar{block}, $webvar{rdepth}, user => $authuser); 658 656 659 $page->param(block => $webvar{block}); 660 $page->param(rdns => $blockinfo->{rdns}); 657 661 $page->param(rdepth => $blockinfo->{rdepth}); 658 662
Note:
See TracChangeset
for help on using the changeset viewer.