no message

This commit is contained in:
hellcat 2025-12-18 18:10:01 +08:00
parent 3325fedf1d
commit 1a9876eac5

View File

@ -247,7 +247,7 @@ final class FreenodeCrawl
}
// 确保文件头是 UTF-8可选
// $content = "\xEF\xBB\xBF" . $content; // 如果需要 BOM可以加上
$content = "\xEF\xBB\xBF" . $content; // 如果需要 BOM可以加上
return file_put_contents($filename, $content) !== false;
}