- Timestamp:
- 07/30/10 15:29:26 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/admin.cgi
r452 r454 254 254 syslog "notice", "$authuser allocated '$webvar{cidr}' to '$webvar{custid}' as ". 255 255 "'$webvar{alloctype}'"; 256 mailNotify($ip_dbh, "a$webvar{alloctype}", 257 "$disp_alloctypes{$webvar{alloctype}} $webvar{cidr} allocated to customer $webvar{custid}\n" ,256 mailNotify($ip_dbh, "a$webvar{alloctype}", "ADDED: $disp_alloctypes{$webvar{alloctype}} allocation", 257 "$disp_alloctypes{$webvar{alloctype}} $webvar{cidr} allocated to customer $webvar{custid}\n". 258 258 "Description: $webvar{desc}\n\nAllocated by: $authuser\n"); 259 259 }
Note:
See TracChangeset
for help on using the changeset viewer.