Changeset 605 for branches/stable/cgi-bin/admin.cgi
- Timestamp:
- 10/09/13 15:36:14 (11 years ago)
- Location:
- branches/stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable
-
branches/stable/cgi-bin/admin.cgi
r601 r605 203 203 my ($retcode,$msg) = allocateBlock($ip_dbh, $webvar{cidr}, $webvar{alloc_from}, 204 204 $webvar{custid}, $webvar{alloctype}, $webvar{city}, $webvar{desc}, $webvar{notes}, 205 $webvar{circid} );205 $webvar{circid}, undef, undef, $webvar{vrf}); 206 206 if ($retcode eq 'OK') { 207 207 syslog "notice", "$authuser allocated '$webvar{cidr}' to '$webvar{custid}' as ".
Note:
See TracChangeset
for help on using the changeset viewer.