mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-23 10:15:16 +00:00
mail header is in var with bad name
This commit is contained in:
parent
4f380d8f8d
commit
ae1a4cdb5a
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ From: %s <%s>
|
|||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
EOF;
|
||||
$header = sprintf($headers_str, NOMAPPLICATION, ADRESSEMAILADMIN );
|
||||
$headers = sprintf($headers_str, NOMAPPLICATION, ADRESSEMAILADMIN );
|
||||
|
||||
|
||||
if (isset($_POST["boutonnouveautitre"])) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue