正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -311,6 +311,7 @@ class Body { | @@ -311,6 +311,7 @@ class Body { | ||
| 311 | $item = $this->body_remove_tag($item,'Content-Description:'); | 311 | $item = $this->body_remove_tag($item,'Content-Description:'); |
| 312 | $item = $this->body_remove_tag($item,'Content-Disposition:'); | 312 | $item = $this->body_remove_tag($item,'Content-Disposition:'); |
| 313 | $item = $this->body_remove_tag($item,'Mime-Version:'); | 313 | $item = $this->body_remove_tag($item,'Mime-Version:'); |
| 314 | + $item = $this->body_remove_tag($item,'Content-Location:'); | ||
| 314 | 315 | ||
| 315 | $data['body'] = trim($item); | 316 | $data['body'] = trim($item); |
| 316 | 317 |
-
请 注册 或 登录 后发表评论