mirror of
https://git.code.sf.net/p/quake/website
synced 2025-04-08 00:30:59 +00:00
Grrrr. The web site should now be sending webform requests to the actual
mailing list.
This commit is contained in:
parent
95f2032407
commit
de46375cdc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue