thomppj 24 年 前
コミット
86402d5629
1 ファイル変更0 行追加2 行削除
  1. 0 2
      src/download.php

+ 0 - 2
src/download.php

@@ -27,7 +27,6 @@
    function viewText($color, $body, $id, $entid, $mailbox, $type1, $wrap_at) {
    function viewText($color, $body, $id, $entid, $mailbox, $type1, $wrap_at) {
       global $where, $what, $charset;
       global $where, $what, $charset;
       global $startMessage;
       global $startMessage;
-
       
       
       displayPageHeader($color, "None");
       displayPageHeader($color, "None");
 
 
@@ -143,7 +142,6 @@
             break;
             break;
          default:
          default:
             $body = decodeBody($body, $header->encoding);
             $body = decodeBody($body, $header->encoding);
-//            header("Pragma: ");
             header("Content-type: $type0/$type1; name=\"$filename\"");
             header("Content-type: $type0/$type1; name=\"$filename\"");
             header("Content-Disposition: attachment; filename=\"$filename\"");
             header("Content-Disposition: attachment; filename=\"$filename\"");
             echo $body;
             echo $body;