diff options
author | Michael Tänzer <neo@nhng.de> | 2012-09-13 18:50:31 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2012-09-13 18:50:31 +0200 |
commit | 7400caae53a400dcc1e9fab13610fe29cfd6c0a8 (patch) | |
tree | eda56e63aee9306b29ffa34048617a58d8d305f3 /www | |
parent | 31fe41cd72d1a7d34a98cac8cf9122874ad07b2f (diff) | |
parent | 89c0c15f18aedf3bba9e6c5c2d921c4db4ed36c3 (diff) | |
download | cacert-devel-7400caae53a400dcc1e9fab13610fe29cfd6c0a8.tar.gz cacert-devel-7400caae53a400dcc1e9fab13610fe29cfd6c0a8.tar.xz cacert-devel-7400caae53a400dcc1e9fab13610fe29cfd6c0a8.zip |
Merge branch 'bug-1019' into release
Diffstat (limited to 'www')
-rw-r--r-- | www/account.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/account.php b/www/account.php index d1dd695..0b32c2c 100644 --- a/www/account.php +++ b/www/account.php @@ -47,7 +47,7 @@ $message = "From: $who\nEmail: $email\nSubject: $subject\n\nMessage:\n".$message; - sendmail("cacert-support@lists.cacert.org, $email", "[website form email]: ".$subject, $message, "website-form@cacert.org", "cacert-support@lists.cacert.org, $email", "", "CAcert Website"); + sendmail("cacert-support@lists.cacert.org", "[website form email]: ".$subject, $message, "website-form@cacert.org", "cacert-support@lists.cacert.org, $email", "", "CAcert Website"); showheader(_("Welcome to CAcert.org")); echo _("Your message has been sent to the general support list."); |