- Timestamp:
- 11/19/04 14:44:18 (20 years ago)
- Location:
- branches/stable/cgi-bin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/IPDB.pm
r71 r76 84 84 $mailer->to($recip); 85 85 $mailer->data("From: \"IP Database\" <ipdb\@example.com>\n", 86 "To: $recip\n", 86 87 "Date: ".strftime("%a, %d %b %Y %H:%M:%S %z",localtime)."\n", 87 88 "Subject: {IPDB} $subj\n", -
branches/stable/cgi-bin/main.cgi
r75 r76 990 990 syslog "notice", "$authuser allocated $cidr to $webvar{custid}"; 991 991 # Notify tech@example.com 992 mailNotify('tech@example.com', '$full_alloc_types{$webvar{alloctype}} allocation',992 mailNotify('tech@example.com',"$full_alloc_types{$webvar{alloctype}} allocation", 993 993 "$full_alloc_types{$webvar{alloctype}} $cidr allocated to customer $webvar{custid}"); 994 994
Note:
See TracChangeset
for help on using the changeset viewer.