Changeset 4403 in subversion
- Timestamp:
- Jan 12, 2011 3:13:40 AM (2 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
config/main.inc.php.dist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r4401 r4403 12 12 - Fix handling of INBOX when personal namespace prefix is non-empty (#1487657) 13 13 - Fix handling square brackets in links (#1487672) 14 - Add description of 'use_https' option in main.inc.php.dist file 14 15 15 16 RELEASE 0.5-RC -
trunk/roundcubemail/config/main.inc.php.dist
r4344 r4403 181 181 // set the port for the ssl connection as value of this option if it differs from the default 443 182 182 $rcmail_config['force_https'] = false; 183 184 // tell PHP that it should work as under secure connection 185 // even if it doesn't recognize it as secure ($_SERVER['HTTPS'] is not set) 186 // e.g. when you're running Roundcube behind a https proxy 187 $rcmail_config['use_https'] = false; 183 188 184 189 // Allow browser-autocompletion on login form.
Note: See TracChangeset
for help on using the changeset viewer.
