thomascube
2005-11-18 fbf77b4493f1b77c99751d8a86365c712ae3fb1b
program/steps/mail/get.inc
@@ -99,6 +99,13 @@
    header(sprintf('Content-Length: %d', strlen($cont)));
    // We need to set the following headers to make downloads work using IE in HTTPS mode.
    if (isset($_SERVER['HTTPS']))
      {
      header('Pragma: ');
      header('Cache-Control: ');
      }
    // deliver part content
    echo $cont;
    exit;