Add a dummy parameter in the call to sendpr-code.cgi in an attempt to
stop the image being cached.
This commit is contained in:
parent
cf0afef18a
commit
21626a477c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23098
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.39 2004/04/05 23:14:20 ceri Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.40 2004/09/26 21:21:45 simon Exp $">
|
||||
<!ENTITY title "Submit a FreeBSD problem report">
|
||||
<!ENTITY copyright "This gnats pr-submission mechanism Copyright © 1996
|
||||
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
|
||||
|
@ -113,7 +113,7 @@
|
|||
|
||||
<b>Finally, please enter the code from the image below to prove
|
||||
you're not a robot</b>: <br>
|
||||
<img src="http://www.FreeBSD.org/cgi/sendpr-code.cgi"
|
||||
<img src="http://www.FreeBSD.org/cgi/sendpr-code.cgi?dummy=1"
|
||||
alt="Random text; if you cannot see the image, please email &bugbusters;"
|
||||
border="0" height="24">
|
||||
<input type="text" name="code-confirm" size="8"><br>
|
||||
|
|
Loading…
Reference in a new issue