线路
This commit is contained in:
@@ -317,7 +317,7 @@ function jike_getList($data, &$file, &$all, $exit, $is_jike = true)
|
||||
$record['status'] = '';
|
||||
$record['nasname'] = $info['domain'];
|
||||
if (!in_array($record['nasname'], $exit) && !in_array($record['nasname'], $dnx_has_exit)) {
|
||||
fputcsv($dnx_exit, ['极客', $record['nasname'], date('Y-m-d H:i:s')]);
|
||||
fputcsv($dnx_exit, [$record['name'], $record['nasname'], date('Y-m-d H:i:s')]);
|
||||
}
|
||||
$list1[$key][] = $record;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user