1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opensondage_ynh.git synced 2024-09-03 19:46:28 +02:00

Update Utils.php

This commit is contained in:
frju365 2017-07-15 20:13:52 +02:00 committed by GitHub
parent a1e36e21aa
commit 813a2bbdcc

View file

@ -184,7 +184,7 @@ class Utils
$headers .= "Auto-Submitted:auto-generated\n"; $headers .= "Auto-Submitted:auto-generated\n";
$headers .= 'Return-Path: <>'; $headers .= 'Return-Path: <>';
$body = html_entity_decode($body, ENT_QUOTES, 'UTF-8'). "\n--\n\n" . _('« La route est longue, mais la voie est libre… »') ."\n" . _('Framasoft ne vit que par vos dons (déductibles des impôts).') ."\n". _('Merci davance pour votre soutien http://soutenir.framasoft.org.'); $body = html_entity_decode($body, ENT_QUOTES, 'UTF-8').
mail($to, $subject, $body, $headers, $param); mail($to, $subject, $body, $headers, $param);
} }