Changeset 581 in subversion
- Timestamp:
- May 18, 2007 9:29:11 AM (6 years ago)
- File:
-
- 1 edited
-
branches/release-0.1-rc1/UPGRADING (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.1-rc1/UPGRADING
r543 r581 14 14 * add these lines to /config/main.inc.php 15 15 $rcmail_config['draft_autosave'] = 300; 16 $rcmail_config['htmleditor'] = TRUE;17 $rcmail_config['preview_pane'] = TRUE;18 16 $rcmail_config['date_today'] = 'H:i'; 19 $rcmail_config['double_auth'] = TRUE;20 17 * If you have LDAP servers configured, change prop key 'mail_field' 21 18 to 'email_field' for each server confgured in /config/main.inc.php … … 37 34 $rcmail_config['enable_spellcheck'] = TRUE; 38 35 $rcmail_config['protect_default_folders'] = TRUE; 36 $rcmail_config['draft_autosave'] = 300; 37 $rcmail_config['date_today'] = 'H:i'; 39 38 * replace the following line from /config/main.inc.php 40 39 @include($_SERVER['HTTP_HOST'].'.inc.php');
Note: See TracChangeset
for help on using the changeset viewer.
