Modification chemin pour les logs

This commit is contained in:
Michael RICOIS 2010-11-05 10:18:33 +00:00
parent 6a2cb3dd97
commit 455c6741f5

View File

@ -82,7 +82,7 @@ This mail message and attachments (the \"message\") are solely intended for the
sleep($nbEssais);
else {
$strTo=implode(';', $to);
file_put_contents( '/var/www/log/sendMailError.log',
file_put_contents( LOG_PATH.'/sendMailError.log',
date('Y-m-d H:i:s')."\t#$nbEssais\t$strTo\t".$send->getMessage().EOL,
FILE_APPEND);
break;