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";
                 }