火狐线路地区修改

This commit is contained in:
“wanyongkang”
2023-11-27 17:31:54 +08:00
parent ad6d4fc418
commit 4c373c5203

View File

@@ -5,7 +5,7 @@
* @Author: kangkang
* @Date: 2020-11-03 11:04:15
* @LastEditors: “wanyongkang” “937888580@qq.com”
* @LastEditTime: 2023-11-21 14:35:50
* @LastEditTime: 2023-11-27 17:30:39
*/
$is_script = 1;
include_once __DIR__ . '/../../index.php';
@@ -475,9 +475,9 @@ function yunniu_getList($data, &$file, &$all, $exit)
$list[$key][] = $record;
if (!in_array($record['nasname'], $exit) && !in_array($record['nasname'], $dnx_has_exit)) {
fputcsv($dnx_exit, ['火狐', explode('.',$record['nasname'])[0], $record['nasname'], date('Y-m-d H:i:s')]);
}
// if (!in_array($record['nasname'], $exit) && !in_array($record['nasname'], $dnx_has_exit)) {
// fputcsv($dnx_exit, ['火狐', explode('.',$record['nasname'])[0], $record['nasname'], date('Y-m-d H:i:s')]);
// }
}
$temp = [];
foreach ($list as $key=>$val) {