program/include/main.inc
@@ -1527,6 +1527,8 @@ global $RCMAIL; if (!empty($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) != 'off') return true; if (!empty($_SERVER['HTTP_X_FORWARDED_PROTO']) && strtolower($_SERVER['HTTP_X_FORWARDED_PROTO']) == 'https') return true; if ($port && $_SERVER['SERVER_PORT'] == $port) return true;