diff --git a/bugs/index.php b/bugs/index.php index 4ac5663..e5b5da9 100644 --- a/bugs/index.php +++ b/bugs/index.php @@ -70,7 +70,7 @@ if ($pkg && $version && $severity && $os && $details && $subj) { echo "To: $address
\n"; echo 'Subject: ' . StripSlashes($subj) . '
'; echo '
' . StripSlashes ($mail) . '
'; - mail ($address, $subj, $mail, "From: \"Bug-Submission Form\" <$address>"); + mail ($address, StripSlashes ($subj), StripSlashes ($mail), "From: \"Bug-Submission Form\" <$address>"); echo '

Bug report sent!

'; } else { ?>

Note: All fields must be filled in.