Changeset 104


Ignore:
Timestamp:
12/21/04 14:35:43 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Added description and "authuser" (HTTP-auth user) notes to
static-IP notifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/main.cgi

    r103 r104  
    10301030# Notify tech@example.com
    10311031    mailNotify('tech@example.com',"$disp_alloctypes{$webvar{alloctype}} allocation",
    1032         "$disp_alloctypes{$webvar{alloctype}} $cidr allocated to customer $webvar{custid}");
     1032        "$disp_alloctypes{$webvar{alloctype}} $cidr allocated to customer $webvar{custid}\n".
     1033        "Description: $webvar{desc}\n\nAllocated by: $authuser\n");
    10331034
    10341035  } else { # end IP-from-pool allocation
Note: See TracChangeset for help on using the changeset viewer.