Changeset 951 for trunk/cgi-bin/main.cgi
- Timestamp:
- 08/02/24 11:45:49 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r950 r951 948 948 $page->param(billinguser => $webvar{billinguser}); 949 949 $page->param(billinglink => $IPDB::billinglink); 950 mailNotify($ip_dbh, "a$webvar{alloctype}", "ADDED: $disp_alloctypes{$webvar{alloctype}} allocation",950 mailNotify($ip_dbh, "a$webvar{alloctype}", "ADDED: $disp_alloctypes{$webvar{alloctype}} $msg", 951 951 "$disp_alloctypes{$webvar{alloctype}} $msg allocated to customer $webvar{custid}\n". 952 952 "Description: $webvar{desc}\n". … … 972 972 } 973 973 syslog "debug", "billinguser used ($authuser): allocated $netblock, type $webvar{alloctype}" if $webvar{billinguser}; 974 mailNotify($ip_dbh, "a$webvar{alloctype}", "ADDED: $disp_alloctypes{$webvar{alloctype}} allocation",974 mailNotify($ip_dbh, "a$webvar{alloctype}", "ADDED: $disp_alloctypes{$webvar{alloctype}} $webvar{fullcidr}", 975 975 "$disp_alloctypes{$webvar{alloctype}} $webvar{fullcidr} allocated to customer $webvar{custid}\n". 976 976 "Description: $webvar{desc}\n".
Note:
See TracChangeset
for help on using the changeset viewer.