Browse Source

Update PageController.class.php

star7th 4 years ago
parent
commit
e1cd02a3f9
1 changed files with 1 additions and 0 deletions
  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';