Changeset 71 for branches/stable/cgi-bin/main.cgi
- Timestamp:
- 11/15/04 12:42:35 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/main.cgi
r64 r71 47 47 48 48 my %full_alloc_types = ( 49 "ci"," Cable poolIP",50 "di"," DSL poolIP",49 "ci","Static cable IP", 50 "di","Static DSL IP", 51 51 "si","Server pool IP", 52 52 "mi","Static dialup IP", … … 987 987 print qq(<div class="center"><div class="heading">The IP $cidr has been allocated to customer $webvar{custid}</div></div>); 988 988 syslog "notice", "$authuser allocated $cidr to $webvar{custid}"; 989 # Notify tech@example.com 990 mailNotify('tech@example.com','$full_alloc_types{$webvar{alloctype}} allocation', 991 "$full_alloc_types{$webvar{alloctype}} $cidr allocated to customer $webvar{custid}"); 989 992 990 993 } else { # end IP-from-pool allocation
Note:
See TracChangeset
for help on using the changeset viewer.