Procházet zdrojové kódy

移动安装目录,支持根目录index.php访问,也可以像tp5一样只对外开放public一个目录

xurongyao před 7 roky
rodič
revize
9aada113cd

+ 0 - 1
application/admin/controller/system/SystemAttachment.php

@@ -24,7 +24,6 @@ class SystemAttachment extends AuthController
         if($res->status==false && $res->error){
             exit(json_encode(['state'=>$res->error]));
         }
-        $fileInfo = $res->fileInfo->getinfo();
         //产品图片上传记录
         $fileInfo = $res->fileInfo->getinfo();
         SystemAttachmentModel::attachmentAdd($res->fileInfo->getSaveName(),$fileInfo['size'],$fileInfo['type'],$res->dir,'',0);