火狐线路

This commit is contained in:
“wanyongkang”
2022-04-14 18:27:44 +08:00
parent c64faedd37
commit 0bdc3c0fdf

View File

@@ -5,7 +5,7 @@
* @Author: kangkang * @Author: kangkang
* @Date: 2020-11-03 11:04:15 * @Date: 2020-11-03 11:04:15
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @LastEditTime: 2022-04-14 17:46:14 * @LastEditTime: 2022-04-14 18:27:27
*/ */
$is_script = 1; $is_script = 1;
include_once __DIR__ . '/../../index.php'; include_once __DIR__ . '/../../index.php';
@@ -296,6 +296,7 @@ function huohu_getList($data, &$file, &$all, $exit)
$record['onlineuser'] = ''; $record['onlineuser'] = '';
$record['maxuser'] = ''; $record['maxuser'] = '';
$record['online'] = $online[$info['status']]; $record['online'] = $online[$info['status']];
$record['status'] = '';
$record['nasname'] = $info['ip']; $record['nasname'] = $info['ip'];
$list[$key][] = $record; $list[$key][] = $record;