Changeset 2659ce1 in github


Ignore:
Timestamp:
Sep 12, 2009 3:17:28 AM (4 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
fafe5dc
Parents:
e7b283b
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/password/config.inc.php.dist

    re7b283b r2659ce1  
    143143// -------------------------- 
    144144// The host which changes the password 
    145 $rcmail_config['password_directadmin_host'] = 'localhost'; 
     145// Use 'ssl://serverip' instead of 'tcp://serverip' when running DirectAdmin over SSL. 
     146$rcmail_config['password_directadmin_host'] = 'tcp://localhost'; 
    146147 
    147148// TCP port used for DirectAdmin connections 
Note: See TracChangeset for help on using the changeset viewer.