- Timestamp:
- 03/21/05 17:28:52 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/main.cgi
r204 r205 1313 1313 print "<div class=heading align=center>Success! $webvar{block} deallocated.</div>\n"; 1314 1314 syslog "notice", "$authuser deallocated '$webvar{alloctype}'-type netblock $webvar{block}"; 1315 # Notify tech@ when a block/IP is deallocated 1316 mailNotify('tech@example.com',"REMOVED: $disp_alloctypes{$webvar{alloctype}} $webvar{block}", 1317 "$disp_alloctypes{$webvar{alloctype}} $webvar{block} deallocated by $authuser\n"); 1315 1318 } else { 1316 1319 if ($webvar{alloctype} =~ /^.i$/) {
Note:
See TracChangeset
for help on using the changeset viewer.