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: '); } @@ -93,7 +93,7 @@ else header("Last-Modified: ".gmdate("D, d M Y H:i:s", $mdate)." GMT"); header("Cache-Control: max-age=0"); header("Cache-Control: private, must-revalidate, max-age=0"); header("Expires: "); header("Pragma: ");