正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -55,6 +55,8 @@ class ImageController | @@ -55,6 +55,8 @@ class ImageController | ||
| 55 | header("HTTP/1.1 304 Not Modified"); | 55 | header("HTTP/1.1 304 Not Modified"); |
| 56 | exit; | 56 | exit; |
| 57 | } | 57 | } |
| 58 | + var_dump(11111); | ||
| 59 | + die(); | ||
| 58 | $imageModel = new ImageModel(); | 60 | $imageModel = new ImageModel(); |
| 59 | $dotIndex = strpos($hash, '.'); | 61 | $dotIndex = strpos($hash, '.'); |
| 60 | if ($dotIndex !== false) { | 62 | if ($dotIndex !== false) { |
-
请 注册 或 登录 后发表评论