소스 검색

Update PageController.class.php

star7th 5 년 전
부모
커밋
e1cd02a3f9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      server/Application/Home/Controller/PageController.class.php

+ 1 - 0
server/Application/Home/Controller/PageController.class.php

@@ -131,6 +131,7 @@ class PageController extends BaseController {
 
     //上传图片
     public function uploadImg(){
+        return false ;
         $qiniu_config = C('UPLOAD_SITEIMG_QINIU') ;
         if ($_FILES['editormd-image-file']['name'] == 'blob') {
             $_FILES['editormd-image-file']['name'] .= '.jpg';