From 003716271d792ce636a1605081919aec337b68a9 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Mon, 21 Jul 2003 11:53:54 +0000 Subject: [PATCH] Use the $address to submit bugs, so it goes to the right place. --- bugs/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bugs/index.php b/bugs/index.php index a84b9e5..4ac5663 100644 --- a/bugs/index.php +++ b/bugs/index.php @@ -70,7 +70,8 @@ if ($pkg && $version && $severity && $os && $details && $subj) { echo "To: $address
\n"; echo 'Subject: ' . StripSlashes($subj) . '
'; echo '
' . StripSlashes ($mail) . '
'; - mail ('quakeforge-devel@lists.quakeforge.net', $subj, $mail, "From: website "); + mail ($address, $subj, $mail, "From: \"Bug-Submission Form\" <$address>"); + echo '

Bug report sent!

'; } else { ?>

Note: All fields must be filled in.