mail header is in var with bad name
This commit is contained in:
parent
4f380d8f8d
commit
ae1a4cdb5a
@ -106,7 +106,7 @@ From: %s <%s>
|
|||||||
Content-Type: text/plain; charset=UTF-8
|
Content-Type: text/plain; charset=UTF-8
|
||||||
Content-Transfer-Encoding: 8bit
|
Content-Transfer-Encoding: 8bit
|
||||||
EOF;
|
EOF;
|
||||||
$header = sprintf($headers_str, NOMAPPLICATION, ADRESSEMAILADMIN );
|
$headers = sprintf($headers_str, NOMAPPLICATION, ADRESSEMAILADMIN );
|
||||||
|
|
||||||
|
|
||||||
if (isset($_POST["boutonnouveautitre"])) {
|
if (isset($_POST["boutonnouveautitre"])) {
|
||||||
|
Loading…
Reference in New Issue
Block a user