Changeset 2050

Show
Ignore:
Timestamp:
11/15/07 21:30:17 (6 months ago)
Author:
anarcat
Message:

don't add the openbasedir protection on webmail. Closes: #1080

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/src/functions.sh

    r2049 r2050  
    141141        FQDN="$host.$domain" 
    142142    fi 
    143     if [ "$host_type" != "$TYPE_IP" ]; then 
    144         add_to_php_override "$FQDN" 
    145     fi 
    146143 
    147144    if [ "$host_type" = "$TYPE_IP" ]; then 
     
    149146    else 
    150147       ip="$PUBLIC_IP" 
     148       if [ "$host_type" != "$TYPE_WEBMAIL" ]; then 
     149           add_to_php_override "$FQDN" 
     150       fi 
    151151    fi 
    152152    if [ "$host" = "@" -o -z "$host" ]; then