Changeset 881 for trunk/cgi-bin/admin.cgi
- Timestamp:
- 06/14/16 12:10:29 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/admin.cgi
r880 r881 213 213 mailNotify($ip_dbh, "a$webvar{alloctype}", "ADDED: $disp_alloctypes{$webvar{alloctype}} allocation", 214 214 "$disp_alloctypes{$webvar{alloctype}} $webvar{cidr} allocated to customer $webvar{custid}\n". 215 "Description: $webvar{desc}\n\nAllocated by: $authuser\n"); 215 "Description: $webvar{desc}\n". 216 ($webvar{rdns} ? "DNS name: $webvar{rdns}\n" : ''). 217 "\nAllocated by: $authuser\n"); 216 218 } 217 219 } else {
Note:
See TracChangeset
for help on using the changeset viewer.