From c6ad881109c342c10754e7809431dbbd5217ce50 Mon Sep 17 00:00:00 2001 From: lyt Date: Thu, 22 Aug 2019 09:39:06 +0800 Subject: [PATCH] =?UTF-8?q?Trippest=E6=88=90=E6=9C=AC=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../third_party/trippestOrderSync/controllers/vendor_money.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webht/third_party/trippestOrderSync/controllers/vendor_money.php b/webht/third_party/trippestOrderSync/controllers/vendor_money.php index d12a1814..100f1b00 100644 --- a/webht/third_party/trippestOrderSync/controllers/vendor_money.php +++ b/webht/third_party/trippestOrderSync/controllers/vendor_money.php @@ -295,7 +295,7 @@ class Vendor_money extends CI_Controller { if ( ! is_dir($config['upload_path'])) { mkdir($config['upload_path'], 0777, true); } - $config['allowed_types'] = 'xls|xlsx'; + $config['allowed_types'] = '*'; $config['max_size'] = 0; $this->load->library('upload', $config); if ( ! $this->upload->do_upload('upload_cost'))