修改ip限制
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* @Author: kangkang
|
||||
* @Date: 2020-11-03 11:04:15
|
||||
* @LastEditors: “wanyongkang” “937888580@qq.com”
|
||||
* @LastEditTime: 2024-01-20 17:15:16
|
||||
* @LastEditTime: 2024-02-18 11:28:28
|
||||
*/
|
||||
|
||||
$is_script = 1;
|
||||
@@ -998,7 +998,7 @@ function shuidi_getList($data, &$file, &$all, $exit )
|
||||
$record['maxuser'] = '';
|
||||
$record['online'] = $city_info['online'] ? '正常' : '故障';
|
||||
$record['status'] = $city_info['cpu_load']."%";
|
||||
$record['nasname'] = $city_info['domain'];
|
||||
$record['nasname'] = "前往账号中心查看";
|
||||
$list1[$key][] = $record;
|
||||
|
||||
if (!in_array($record['nasname'], $exit) && !in_array($record['nasname'], $dnx_has_exit)) {
|
||||
|
||||
Reference in New Issue
Block a user