alecpl
2009-09-25 7d51781450910d8347926492cfcdff7d0f43e8c0
index.php
@@ -64,7 +64,8 @@
}
// check if https is required (for login) and redirect if necessary
if ($RCMAIL->config->get('force_https', false) && empty($_SESSION['user_id']) && !(isset($_SERVER['HTTPS']) || $_SERVER['SERVER_PORT'] == 443)) {
if ($RCMAIL->config->get('force_https', false) && empty($_SESSION['user_id'])
    && !(isset($_SERVER['HTTPS']) || $_SERVER['SERVER_PORT'] == 443 || $RCMAIL->config->get('use_https'))) {
  header('Location: https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']);
  exit;
}