From 11e36a8ac998093f00323f14ff40d234c932ada6 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Fri, 28 Apr 2023 14:34:48 +0800 Subject: [PATCH] test async --- application/third_party/wwwlog/controllers/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/third_party/wwwlog/controllers/index.php b/application/third_party/wwwlog/controllers/index.php index 809ceadc..e4e9bc16 100644 --- a/application/third_party/wwwlog/controllers/index.php +++ b/application/third_party/wwwlog/controllers/index.php @@ -56,6 +56,7 @@ class Index extends CI_Controller } echo 'COLI_WebCode:' . $item->COLI_WebCode . ' COLI_ID:' . $item->COLI_ID . ' COLI_SenderIP:' . $item->COLI_SenderIP . '
'; } + echo 'test async'; } // test