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