diff options
author | thomascube <thomas@roundcube.net> | 2008-05-09 12:26:45 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-05-09 12:26:45 +0000 |
commit | 2ca388d0d756b57398d129f51ae6fa087e4b045e (patch) | |
tree | 7be588535c398d42d8a4b3dd54a94c1c20a57e8f /config | |
parent | ad6958979248a9abfeba0acd1353c17204498431 (diff) |
Call load_host_config() and add reference to Howto_Config (#1485040)
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index ac34d6dfc..670bee200 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -273,6 +273,7 @@ $rcmail_config['address_book_type'] = 'sql'; $rcmail_config['dont_override'] = array(); // try to load host-specific configuration +// see http://trac.roundcube.net/wiki/Howto_Config for more details $rcmail_config['include_host_config'] = false; // don't let users set pagesize to more than this value if set |