This commit is contained in:
Laurent Destailleur 2024-04-30 19:00:11 +02:00
parent 826f3063e2
commit dbb9ae1667

View File

@ -1024,9 +1024,9 @@ if ($fh) {
fclose($fh);
print 'Generation of RSS output file '.$outputfilerss.' done.'."\n";
print 'Generation of RSS output file '.$outputdir.'/'.$outputfilerss.' done.'."\n";
} else {
print 'Failed to generate the RSS file '.$outputfilerss."\n";
print 'Failed to generate the RSS file '.$outputdir.'/'.$outputfilerss."\n";
}
@ -1114,9 +1114,9 @@ if ($fh) {
fwrite($fh, $html);
fclose($fh);
print 'Generation of output file '.$outputfile.' done.'."\n";
print 'Generation of output file '.$outputpath.' done.'."\n";
} else {
print 'Failed to open '.$outputfile.' for output.'."\n";
print 'Failed to open '.$outputpath.' for output.'."\n";
}