Grrrr. The web site should now be sending webform requests to the actual

mailing list.
This commit is contained in:
Jeff Teunissen 2002-08-29 18:46:46 +00:00
parent 95f2032407
commit de46375cdc

View file

@ -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;
}