Changeset 3104 in subversion
- Timestamp:
- Nov 10, 2009 6:04:10 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/main.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/main.inc
r3103 r3104 1414 1414 global $RCMAIL; 1415 1415 1416 if ( isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']!= 'off')1416 if (!empty($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) != 'off') 1417 1417 return true; 1418 1418 if ($port && $_SERVER['SERVER_PORT'] == $port)
Note: See TracChangeset
for help on using the changeset viewer.
