作者 郭鑫
1 个管道 的构建 通过 耗费 1 秒

页面修改

... ... @@ -57,7 +57,8 @@ class MemberController extends CommentController
public function pic($file){
if ((($file["file"]["type"] == "image/gif")
|| ($file["file"]["type"] == "image/jpeg")
|| ($file["file"]["type"] == "image/png"))
|| ($file["file"]["type"] == "image/png")
|| ($file["file"]["type"] == "image/jpg"))
&& ($file["file"]["size"] < 100000))
{
if ($file["file"]["error"] > 0)
... ...