Changeset 2ca388d in github


Ignore:
Timestamp:
May 9, 2008 8:26:45 AM (5 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
885ebb8
Parents:
ad69589
Message:

Call load_host_config() and add reference to Howto_Config (#1485040)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • config/main.inc.php.dist

    r6153e20 r2ca388d  
    274274 
    275275// try to load host-specific configuration 
     276// see http://trac.roundcube.net/wiki/Howto_Config for more details 
    276277$rcmail_config['include_host_config'] = false; 
    277278 
  • program/include/rcube_config.php

    r1854c45 r2ca388d  
    5555    include_once(INSTALL_PATH . 'config/db.inc.php'); 
    5656    $this->prop += (array)$rcmail_config; 
     57     
     58    // load host-specific configuration 
     59    $this->load_host_config(); 
    5760 
    5861    // fix paths 
Note: See TracChangeset for help on using the changeset viewer.