Changeset 835
- Timestamp:
- 04/11/16 16:57:46 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r834 r835 806 806 if $webvar{userid}; 807 807 808 syslog "debug", "billinguser used ($authuser): alloc_from $alloc_from, type $webvar{alloctype}" if $webvar{userid}; 809 808 810 ##fixme: this is only needed iff confirm.tmpl and 809 811 # confirmRemove.tmpl are merged (quite possible, just … … 907 909 $page->param(masklen => $netblock->masklen); 908 910 } 911 syslog "debug", "billinguser used ($authuser): allocated $netblock, type $webvar{alloctype}" if $webvar{billinguser}; 909 912 mailNotify($ip_dbh, "a$webvar{alloctype}", "ADDED: $disp_alloctypes{$webvar{alloctype}} allocation", 910 913 "$disp_alloctypes{$webvar{alloctype}} $webvar{fullcidr} allocated to customer $webvar{custid}\n".
Note:
See TracChangeset
for help on using the changeset viewer.