Changeset 3828 in subversion
- Timestamp:
- Jul 26, 2010 4:54:03 AM (3 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/main.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r3819 r3828 2 2 =========================== 3 3 4 - Support HTTP_X_FORWARDED_PROTO header for HTTPS detecting (#1486866) 4 5 - Fix default IMAP port configuration (#1486864) 5 6 - Create Sent folder when starting to compose a new message (#1486802) -
trunk/roundcubemail/program/include/main.inc
r3780 r3828 1526 1526 { 1527 1527 global $RCMAIL; 1528 1528 1529 1529 if (!empty($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) != 'off') 1530 return true; 1531 if (!empty($_SERVER['HTTP_X_FORWARDED_PROTO']) && strtolower($_SERVER['HTTP_X_FORWARDED_PROTO']) == 'https') 1530 1532 return true; 1531 1533 if ($port && $_SERVER['SERVER_PORT'] == $port)
Note: See TracChangeset
for help on using the changeset viewer.
