Minor bugfix

This commit is contained in:
2022-06-21 03:48:12 +02:00
parent c7b9d258ff
commit 042c59831a

View File

@@ -36,7 +36,7 @@ if (!$error) {
implode("\r\n", array( implode("\r\n", array(
"MIME-Version: 1.0", "MIME-Version: 1.0",
"Content-type: text/plain; charset=utf-8", "Content-type: text/plain; charset=utf-8",
"From: " + $ini["mail_noreply"], "From: " . $ini["mail_noreply"],
"Reply-To: $user <$email>", "Reply-To: $user <$email>",
"X-Mailer: PHP/" . phpversion(), "X-Mailer: PHP/" . phpversion(),
)) ))