diff --git a/script/linedata/get_line_list.php b/script/linedata/get_line_list.php index 18a833d..dd39818 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: Please set LastEditors - * @LastEditTime: 2022-04-14 17:46:14 + * @LastEditTime: 2022-04-14 18:27:27 */ $is_script = 1; include_once __DIR__ . '/../../index.php'; @@ -296,6 +296,7 @@ function huohu_getList($data, &$file, &$all, $exit) $record['onlineuser'] = ''; $record['maxuser'] = ''; $record['online'] = $online[$info['status']]; + $record['status'] = ''; $record['nasname'] = $info['ip']; $list[$key][] = $record;