Changeset 586 for trunk/cgi-bin/main.cgi


Ignore:
Timestamp:
01/17/13 15:47:14 (11 years ago)
Author:
Kris Deugau
Message:

/trunk

Add rDNS to edit allocation part 1 - retrieve information for
the edit page. See #1.

File:
1 edited

Legend:

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

    r585 r586  
    654654  $blockinfo->{type} =~ s/\s//;
    655655
     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
    656659  $page->param(block => $webvar{block});
     660  $page->param(rdns     => $blockinfo->{rdns});
    657661  $page->param(rdepth   => $blockinfo->{rdepth});
    658662
Note: See TracChangeset for help on using the changeset viewer.