mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-27 14:32:31 +00:00
fix a couple errors
This commit is contained in:
parent
5c2061745c
commit
39d6c37152
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ if ($pkg && $version && $severity && $os && $details && $subj) {
|
|||
echo "To: <TT>$address</TT><BR>\n";
|
||||
echo 'Subject: <TT>' . StripSlashes($subj) . '</TT><br>';
|
||||
echo '<pre>' . StripSlashes ($mail) . '</pre>';
|
||||
mail ('quakeforge-devel@lists.quakeforge.net', $subject, $text, "From: websit <quakeforge-devel@lists.quakeforge.net>");
|
||||
mail ('quakeforge-devel@lists.quakeforge.net', $subj, $mail, "From: website <quakeforge-devel@lists.quakeforge.net>");
|
||||
} else {
|
||||
?><P><STRONG>Note:</STRONG> All fields <STRONG>must</STRONG> be filled in.</P><FORM name="bug" method="post"><table><?
|
||||
do_list ("Package", "pkg", ",QuakeForge,QuakeIIForge,Newtree,QFCC,Forge", $pkg);
|
||||
|
|
Loading…
Reference in a new issue