diff options
author | Michael Tänzer <neo@nhng.de> | 2012-10-16 22:27:42 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2012-10-16 22:27:42 +0200 |
commit | af9600cf5d74085d6d25f1999432d3a31db7701f (patch) | |
tree | 03e200e69b3c0ea186c110f672f2727b3fdcc2cb /www/account.php | |
parent | a980e8aa7a6c3612fb884a051cc8125b3e4811d3 (diff) | |
download | cacert-devel-af9600cf5d74085d6d25f1999432d3a31db7701f.tar.gz cacert-devel-af9600cf5d74085d6d25f1999432d3a31db7701f.tar.xz cacert-devel-af9600cf5d74085d6d25f1999432d3a31db7701f.zip |
Source code taken from cacert-20121013.tar.bz2
Diffstat (limited to 'www/account.php')
-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."); |