no message

This commit is contained in:
hellcat 2025-12-28 18:18:47 +08:00
parent 3bf652ee5d
commit dbf4cc4c32

View File

@ -211,7 +211,7 @@ final class FreenodeMerge
$sFilePath = $sFileDir."/".$sDate.".txt"; // 都是txt解析的时候另处理
file_put_contents($sFilePath, $sMerge);
@chmod($filename, 0777);
@chmod($sFilePath, 0777);
echo " - base::".$sFilePath." 已保存 \n";
}
@ -312,7 +312,7 @@ final class FreenodeMerge
file_put_contents($sFileSavePath, $sFeedContent);
@chmod($filename, 0777);
@chmod($sFileSavePath, 0777);
echo " - fn的".$aSiteMapRow["code"]."{$sClient}{$sDate} 保存成功 \n";
}