alecpl
2009-11-23 c96c5a98af8b9374010ebb692c89f82d67faf72e
program/include/rcube_shared.inc
@@ -41,7 +41,7 @@
  header("Pragma: no-cache");
  
  // We need to set the following headers to make downloads work using IE in HTTPS mode.
  if (isset($_SERVER['HTTPS']) || rcmail::get_instance()->config->get('use_https')) {
  if (rcube_https_check()) {
    header('Pragma: ');
    header('Cache-Control: ');
  }