From 4c373c52036c788dc71594d411216a5ca5e42bc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Mon, 27 Nov 2023 17:31:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=81=AB=E7=8B=90=E7=BA=BF=E8=B7=AF=E5=9C=B0?= =?UTF-8?q?=E5=8C=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/linedata/get_line_list.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/linedata/get_line_list.php b/script/linedata/get_line_list.php index 2c8556e..7a40845 100755 --- a/script/linedata/get_line_list.php +++ b/script/linedata/get_line_list.php @@ -5,7 +5,7 @@ * @Author: kangkang * @Date: 2020-11-03 11:04:15 * @LastEditors: “wanyongkang” “937888580@qq.com” - * @LastEditTime: 2023-11-21 14:35:50 + * @LastEditTime: 2023-11-27 17:30:39 */ $is_script = 1; include_once __DIR__ . '/../../index.php'; @@ -475,9 +475,9 @@ function yunniu_getList($data, &$file, &$all, $exit) $list[$key][] = $record; - if (!in_array($record['nasname'], $exit) && !in_array($record['nasname'], $dnx_has_exit)) { - fputcsv($dnx_exit, ['火狐', explode('.',$record['nasname'])[0], $record['nasname'], date('Y-m-d H:i:s')]); - } + // if (!in_array($record['nasname'], $exit) && !in_array($record['nasname'], $dnx_has_exit)) { + // fputcsv($dnx_exit, ['火狐', explode('.',$record['nasname'])[0], $record['nasname'], date('Y-m-d H:i:s')]); + // } } $temp = []; foreach ($list as $key=>$val) {