Changeset 247 for trunk


Ignore:
Timestamp:
05/18/05 15:51:11 (19 years ago)
Author:
Kris Deugau
Message:

/trunk

Turn off notifications for devel changes. Don't need to spam
people about changes that have no relevance to the real world...

DO NOT MERGE!!!!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/main.cgi

    r240 r247  
    830830      print qq(<div class="center"><div class="heading">The IP $msg has been allocated to customer $webvar{custid}</div></div>);
    831831      # Notify tech@example.com
    832       mailNotify('tech@example.com',"ADDED: $disp_alloctypes{$webvar{alloctype}} allocation",
    833         "$disp_alloctypes{$webvar{alloctype}} $msg allocated to customer $webvar{custid}\n".
    834         "Description: $webvar{desc}\n\nAllocated by: $authuser\n");
     832#      mailNotify('tech@example.com',"ADDED: $disp_alloctypes{$webvar{alloctype}} allocation",
     833#       "$disp_alloctypes{$webvar{alloctype}} $msg allocated to customer $webvar{custid}\n".
     834#       "Description: $webvar{desc}\n\nAllocated by: $authuser\n");
    835835    } else {
    836836      print qq(<div class="center"><div class="heading">The block $webvar{fullcidr} was ).
     
    11781178    syslog "notice", "$authuser deallocated '$webvar{alloctype}'-type netblock $webvar{block}";
    11791179    # Notify tech@ when a block/IP is deallocated
    1180     mailNotify('tech@example.com',"REMOVED: $disp_alloctypes{$webvar{alloctype}} $webvar{block}",
    1181         "$disp_alloctypes{$webvar{alloctype}} $webvar{block} deallocated by $authuser\n");
     1180#    mailNotify('tech@example.com',"REMOVED: $disp_alloctypes{$webvar{alloctype}} $webvar{block}",
     1181#       "$disp_alloctypes{$webvar{alloctype}} $webvar{block} deallocated by $authuser\n");
    11821182  } else {
    11831183    if ($webvar{alloctype} =~ /^.i$/) {
Note: See TracChangeset for help on using the changeset viewer.