Prechádzať zdrojové kódy

Linefeed not allowed in middle of Content-Type header

pdontthink 20 rokov pred
rodič
commit
bb12b30d86
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      class/deliver/Deliver.class.php

+ 1 - 1
class/deliver/Deliver.class.php

@@ -292,7 +292,7 @@ class Deliver {
         $contenttype = 'Content-Type: '. $mime_header->type0 .'/'.
                         $mime_header->type1;
         if (count($message->entities)) {
-            $contenttype .= ";\r\n " . 'boundary="'.$boundary.'"';
+            $contenttype .= ';' . 'boundary="'.$boundary.'"';
         }
         if (isset($mime_header->parameters['name'])) {
             $contenttype .= '; name="'.