From 0f745a5ddab5d41653c539724b24dac1ded1b486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Sat, 13 Apr 2024 13:57:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B0=B4=E6=BB=B4=E7=9A=84=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E5=9F=9F=E5=90=8D=E5=88=97=E5=86=85=E5=AE=B9=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=EF=BC=9A=E5=BC=80=E9=80=9A=E5=90=8E=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E6=9F=A5=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/linedata/get_line_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/linedata/get_line_list.php b/script/linedata/get_line_list.php index b62945f..a6ece7b 100755 --- a/script/linedata/get_line_list.php +++ b/script/linedata/get_line_list.php @@ -1006,7 +1006,7 @@ function shuidi_getList($data, &$file, &$all, $exit ) $record['maxuser'] = ''; $record['online'] = $city_info['online'] ? '正常' : '故障'; $record['status'] = $city_info['cpu_load']."%"; - $record['nasname'] = "前往账号中心查看"; + $record['nasname'] = "开通后账号中心查看"; $list1[$key][] = $record; if (!in_array($record['nasname'], $exit) && !in_array($record['nasname'], $dnx_has_exit)) {