正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -321,7 +321,7 @@ class LoginController extends BaseController | @@ -321,7 +321,7 @@ class LoginController extends BaseController | ||
| 321 | $code = shell_exec($cmd); | 321 | $code = shell_exec($cmd); |
| 322 | if(200 != (int)$code){ | 322 | if(200 != (int)$code){ |
| 323 | $errorFileModel = new ErrorFile(); | 323 | $errorFileModel = new ErrorFile(); |
| 324 | - $errorFileModel->add(['path'=>$this->path.'/'.$fileName]); | 324 | + $errorFileModel->add(['path'=>$path.'/'.$fileName]); |
| 325 | } | 325 | } |
| 326 | $this->response('success'); | 326 | $this->response('success'); |
| 327 | } | 327 | } |
-
请 注册 或 登录 后发表评论