Changeset 736 for trunk


Ignore:
Timestamp:
06/24/16 16:27:11 (8 years ago)
Author:
Kris Deugau
Message:

/trunk

Fold domain name to lowercase for email notice to match how it gets
stored with the lowercase configuration option on.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns.cgi

    r735 r736  
    455455
    456456  if ($code eq 'OK') {
     457    $webvar{domain} = lc($webvar{domain}) if $dnsdb->{lowercase};
    457458    $dnsdb->mailNotify("New ".($webvar{makeactive} eq 'on' ? 'Active' : 'Inactive')." Domain Created",
    458459        ($webvar{makeactive} eq 'on' ? 'Active' : 'Inactive').qq( domain "$webvar{domain}" added by ).
Note: See TracChangeset for help on using the changeset viewer.