Pontus Ullgren 23 년 전
부모
커밋
4ed2d4627b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      functions/smtp.php

+ 1 - 1
functions/smtp.php

@@ -149,7 +149,7 @@ function attachFiles ($fp, $session) {
                     $header .= "Content-Disposition: attachment; filename=\""
                         . $info['remotefilename'] . "\"$rn";
                 } else {
-                    $header .= "Content-Type: $filetype;$rn";
+                    $header .= "Content-Type: $filetype$rn";
                 }