Changeset 623
- Timestamp:
- 10/08/14 12:54:56 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r591 r623 104 104 # Retrieve the list of DNS locations if we've got a place to grab them from 105 105 if ($IPDB::rpc_url) { 106 # Make an object to represent the XML-RPC server.107 my $server = Frontier::Client->new(url => $IPDB::rpc_url, debug => 0);108 my $result;109 106 110 107 my %rpcargs = ( 111 108 rpcuser => $authuser, 112 rpcsystem => 'ipdb',113 109 group => 1, # bleh 114 110 defloc => '', 115 111 ); 116 $result = $server->call('dnsdb.getLocDropdown', %rpcargs);112 my $result = IPDB::_rpc('getLocDropdown', %rpcargs); 117 113 $page->param(loclist => $result); 118 114 }
Note:
See TracChangeset
for help on using the changeset viewer.