Modification chemin pour les logs
This commit is contained in:
parent
6a2cb3dd97
commit
455c6741f5
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user