diff --git a/contact.php b/contact.php index 7502033..7595408 100644 --- a/contact.php +++ b/contact.php @@ -6,7 +6,7 @@ if (!$subject) $subject = "No subject!"; - mail ("quakeforge-user@lists.quakeforge.net", StripSlashes ($subject), StripSlashes ($message), "From: $sender\r\nReply-To: $sender\r\n"); + mail ("quakeforge-users@lists.quakeforge.net", StripSlashes ($subject), StripSlashes ($message), "From: $sender\r\nReply-To: $sender\r\n"); header ("Location: http://www.quakeforge.net/thanks.php"); exit; }