Show
Ignore:
Timestamp:
10/11/08 19:35:57 (2 months ago)
Author:
scitech
Message:

Fixed #1151: Update Hosting Package should only visible for a customer if a hosting plan to update is available (thanks Feg). Fixed #971: Why i can't set the IPs of a domain? (thanks Feg). Fixed #714: Undefined index in pma-style sheet (thanks Feg)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configs/openbsd/bind/parts/db_e.tpl

    r1007 r1368  
    1818{DMN_NAME}.     IN              TXT             "v=spf1 a mx ip4:{DMN_IP} ~all" 
    1919localhost       IN              A               127.0.0.1 
    20 mail            IN              A               {BASE_SERVER_IP} 
     20mail            IN              A               {DMN_IP} 
    2121ns1             IN              A               {BASE_SERVER_IP} 
    2222ns2             IN              A               {SECONDARY_DNS_IP} 
  • trunk/configs/openbsd/bind/parts/db_master_e.tpl

    r1007 r1368  
    1818{DMN_NAME}.     IN              TXT             "v=spf1 a mx ip4:{DMN_IP} ~all" 
    1919localhost       IN              A               127.0.0.1 
    20 mail            IN              A               {BASE_SERVER_IP} 
     20mail            IN              A               {DMN_IP} 
    2121ns1             IN              A               {BASE_SERVER_IP} 
    2222ns2             IN              A               {SECONDARY_DNS_IP} 
  • trunk/configs/openbsd/proftpd/proftpd.conf

    r1367 r1368  
    8787  AllowOverwrite           on 
    8888  HideNoAccess             on 
    89 </Directory> 
    90  
    91 # But not to overwrite ispCP Standard directories. 
    92 <Directory ~/> 
    93   PathDenyFilter "^/(backups|cgi-bin|htdocs|errors|logs|phptmp|statistics)/?$" 
    9489</Directory> 
    9590