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.