mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 07:11:43 +00:00
put in a hopefully reassuring comment about the email address :)
This commit is contained in:
parent
75447d5c50
commit
465031656d
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ if ($fromaddr && $pkg && $version && $severity && $os && $details && $subj) {
|
|||
mail ($address, StripSlashes ($subj), StripSlashes ($mail), "From: \"Bug-Submission Form\" <$address>");
|
||||
echo '<P>Bug report sent!</P>';
|
||||
} else {
|
||||
?><P><STRONG>Note:</STRONG> All fields <STRONG>must</STRONG> be filled in.</P><FORM name="bug" method="post"><table><?
|
||||
?><P><STRONG>Note:</STRONG> All fields <STRONG>must</STRONG> be filled in. Your email address will only be used to let you know when the bug is fixed and/or if more information is needed.</P><FORM name="bug" method="post"><table><?
|
||||
do_inputline ("Your email", "fromaddr", 30, $fromaddr);
|
||||
do_list ("Package", "pkg", ",QuakeForge,QuakeIIForge,Newtree,QFCC,Forge", $pkg);
|
||||
do_inputline ("Package version", "version", 12, $version);
|
||||
|
|
Loading…
Reference in a new issue