Correction typo
This commit is contained in:
parent
7a478ed31a
commit
48e48bef48
@ -194,7 +194,7 @@ if(isset($company)){
|
||||
}
|
||||
//Rapport disponible avec mise à jour
|
||||
if ($product->ServiceSpeed == 'ImmediateWithUpdate' && $product->Type == 'Database' && $product->Level == 3 ){
|
||||
require_once '/phpmailer/class.phpmailer.php';
|
||||
require_once 'phpmailer/class.phpmailer.php';
|
||||
$mail = new PHPMailer();
|
||||
$mail->From = "contact@scores-decisions.com";
|
||||
$mail->FromName = "Serveur SD-13408";
|
||||
|
@ -287,12 +287,3 @@ table.bilans .right {text-align:right;}
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user