正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -310,7 +310,6 @@ class DownloadProject extends Command | @@ -310,7 +310,6 @@ class DownloadProject extends Command | ||
| 310 | } | 310 | } |
| 311 | $timestamp = strtotime('tomorrow 9:00 AM'); | 311 | $timestamp = strtotime('tomorrow 9:00 AM'); |
| 312 | $tomorrowNineAM = date('Y-m-d H:i:s', $timestamp); | 312 | $tomorrowNineAM = date('Y-m-d H:i:s', $timestamp); |
| 313 | - $content = preg_replace('/[\x00-\x1F\x7F]/u', '', $content); | ||
| 314 | if(empty($content)){ | 313 | if(empty($content)){ |
| 315 | return true; | 314 | return true; |
| 316 | } | 315 | } |
-
请 注册 或 登录 后发表评论