Просмотр исходного кода

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

xurongyao 7 лет назад
Родитель
Сommit
9aada113cd
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      application/admin/controller/system/SystemAttachment.php

+ 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);