Changeset 592 for branches/stable/cgi-bin/admin.cgi
- Timestamp:
- 05/14/13 17:45:17 (12 years ago)
- Location:
- branches/stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable
- Property svn:mergeinfo changed
/trunk merged: 452-455,462,485-486,515
- Property svn:mergeinfo changed
-
branches/stable/cgi-bin/admin.cgi
r507 r592 17 17 use DBI; 18 18 use CommonWeb qw(:ALL); 19 use CustIDCK;20 19 #use POSIX qw(ceil); 21 20 use NetAddr::IP; … … 26 25 ##uselib## 27 26 27 use CustIDCK; 28 28 use MyIPDB; 29 29 … … 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". 258 " $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". 259 258 "Description: $webvar{desc}\n\nAllocated by: $authuser\n"); 260 259 }
Note:
See TracChangeset
for help on using the changeset viewer.