DOH! DOH DOH DOH! (sound of head impacting brickwork). The registration
form has had "2.2.5-RELEASE" hardcoded in it all this time. And I was *wondering* why so damn many 2.2.5-RELEASE people were still registering themselves! :-( Noticed by: jgrosch
This commit is contained in:
parent
f80940d8f1
commit
4638ccd468
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4023
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1998-05-26 06:42:57 $">
|
||||
<!ENTITY date "$Date: 1999-01-06 05:29:23 $">
|
||||
<!ENTITY title "Register">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: register.sgml,v 1.7 1998-05-26 06:42:57 cracauer Exp $ -->
|
||||
<!-- $Id: register.sgml,v 1.8 1999-01-06 05:29:23 jkh Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -11,7 +11,7 @@
|
|||
Register to receive the FreeBSD Newsletter and subscribe to announce@freebsd.org mailing list.</FONT></CENTER>
|
||||
<FORM METHOD=POST ACTION="http://www.freebsd.org/cgi/reg.cgi">
|
||||
<INPUT type=hidden name="recipient" value="register@freebsd.org"><BR>
|
||||
<INPUT type=hidden name="version" value="2.2.5-RELEASE">
|
||||
<INPUT type=hidden name="version" value="Web-Registration">
|
||||
|
||||
<CENTER>
|
||||
<TABLE BORDER=0 WIDTH="95%">
|
||||
|
|
Loading…
Reference in a new issue