shish 4 年 前
コミット
7dc529b92f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app-ghs/controllers/UploadController.php

+ 1 - 1
app-ghs/controllers/UploadController.php

@@ -23,9 +23,9 @@ class UploadController extends BaseController
     {
         $file = $_FILES['file'];
         if (!is_uploaded_file($file['tmp_name'])) {
-            print_r($file);die;
             util::fail('please upload img');
         }
+        print_r($file);die;
         $mainId = $this->sjId;
         $shopId = $this->shopId;
         $month = date("Ym");