From 3286969ab91412cd7c7f03ff97d03c7975bfe6d1 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Fri, 28 Apr 2023 14:25:56 +0800 Subject: [PATCH] fix --- application/third_party/wwwlog/controllers/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/application/third_party/wwwlog/controllers/index.php b/application/third_party/wwwlog/controllers/index.php index 19013fe7..809ceadc 100644 --- a/application/third_party/wwwlog/controllers/index.php +++ b/application/third_party/wwwlog/controllers/index.php @@ -50,7 +50,6 @@ class Index extends CI_Controller foreach ($orders as $item) { $site_code = strtolower($item->COLI_WebCode); if (in_array($site_code, array('gm', 'gmhw', 'jp', 'jphw', 'ru', 'ruhw', 'it', 'ithw', 'vac', 'vachw', 'vc', 'vchw'))) { - print_r($item);die(); $this->orders_view_path_int($item->COLI_SN, $site_code, $item->COLI_SenderIP); } else { $this->orders_view_path($item->COLI_SN, $site_code, $item->COLI_SenderIP); @@ -206,4 +205,4 @@ class Index extends CI_Controller logVarDump($ex); } } -} \ No newline at end of file +}