正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
| @@ -70,8 +70,6 @@ class ImageController | @@ -70,8 +70,6 @@ class ImageController | ||
| 70 | $header['Content-Length'] = strlen($content); | 70 | $header['Content-Length'] = strlen($content); |
| 71 | }else{ | 71 | }else{ |
| 72 | $path = $this->path.$info['path']; | 72 | $path = $this->path.$info['path']; |
| 73 | - var_dump($path); | ||
| 74 | - die(); | ||
| 75 | if (!is_file($path)) { | 73 | if (!is_file($path)) { |
| 76 | $this->response('指定图片已被系统删除!', Code::USER_ERROR); | 74 | $this->response('指定图片已被系统删除!', Code::USER_ERROR); |
| 77 | } | 75 | } |
-
请 注册 或 登录 后发表评论