mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-08-24 06:54:51 +00:00
更新文档,优化跳过缓存的站点手动辅种信息
This commit is contained in:
@@ -472,7 +472,7 @@ class iyuuAutoReseed
|
||||
// 文件句柄
|
||||
$resource = fopen(self::$cacheDir . $sites[$sitesID]['site'].'.txt', 'a');
|
||||
// 成功:返回写入字节数,失败返回false
|
||||
$worldsnum = fwrite($resource, $downloadDir."\n".$url."\n\n");
|
||||
$worldsnum = fwrite($resource, 'clients_'.$k."\n".$downloadDir."\n".$url."\n\n");
|
||||
fclose($resource);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user