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


Ignore:
Timestamp:
01/22/13 17:31:53 (11 years ago)
Author:
Kris Deugau
Message:

/trunk

RPC integration for allocation-delete should be complete. See #1.
Requires dnsadmin:/trunk@r459 or newer.

  • Pass a couple more bits into deleteBlock()
  • Use the new values when making the RPC call
  • Rearrange the delete-confirm page a little to allow the new "delete forward DNS too?" checkbox to actually contribute
  • Tweak new-allocation RPC call a little; don't bother if no rDNS was passed in.
File:
1 edited

Legend:

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

    r589 r590  
    890890  my $blockinfo = getBlockData($ip_dbh, $webvar{block}, $webvar{rdepth});
    891891
    892   my ($code,$msg) = deleteBlock($ip_dbh, $webvar{block}, $webvar{rdepth}, $webvar{vrf});
     892  my ($code,$msg) = deleteBlock($ip_dbh, $webvar{block}, $webvar{rdepth}, $webvar{vrf}, $webvar{delforward}, $authuser);
    893893
    894894  $page->param(block => $webvar{block});
Note: See TracChangeset for help on using the changeset viewer.