coar 97/05/01 03:55:20
Modified: . bugdb.cgi
Log:
Forgot to update the change log..
Revision Changes Path
1.3 +12 -2 apache-site/bugdb.cgi
Index: bugdb.cgi
===================================================================
RCS file: /export/home/cvs/apache-site/bugdb.cgi,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** bugdb.cgi 1997/05/01 10:39:49 1.2
--- bugdb.cgi 1997/05/01 10:55:19 1.3
***************
*** 34,40 ****
# Fewer hardcoded paths to external programs. Moved pr_addr code to
# subroutine in libgnats.pl.
# 3/2/95 Dan Kegel - Fixed small bug in timestamp; : was confusing
browsers.
! # 8/24/96 Brian behlendorf - Extensive hacking for Apache
### End Modifcation log
### Environment variables
--- 34,41 ----
# Fewer hardcoded paths to external programs. Moved pr_addr code to
# subroutine in libgnats.pl.
# 3/2/95 Dan Kegel - Fixed small bug in timestamp; : was confusing
browsers.
! # 8/24/96 Brian behlendorf - Extensive hacking for Apache
! # 5/1/1997 (let's be Y2K-safe, now! ;-) Enhancements for Apache
### End Modifcation log
### Environment variables
***************
*** 173,179 ****
### Main menu
} elsif ($PATH_INFO eq "") {
&main_menu();
! print"<HR><SMALL>Version: 24 Aug 96<BR>Authors: <A
HREF=\"http://alumni.caltech.edu/~dank\">Dan Kegel</A> [EMAIL PROTECTED] & <A
HREF=\"http://alumni.caltech.edu/~huyle/\">Huy Le</A> [EMAIL PROTECTED], with
revamp work by <A HREF=\"http://www.organic.com\">Brian Behlendorf</A> [EMAIL
PROTECTED]</SMALL>\n";
} else {
print "<head><title>SPR Front End</title></head>
<H1>SPR Front End</H1>
--- 174,189 ----
### Main menu
} elsif ($PATH_INFO eq "") {
&main_menu();
! print "<HR><SMALL>Version: 1 May 1997<BR>Authors: ",
! "<A HREF=\"http://alumni.caltech.edu/~dank\">Dan Kegel</A> ",
! "[EMAIL PROTECTED] & ",
! "<A HREF=\"http://alumni.caltech.edu/~huyle/\">Huy Le</A> ",
! "[EMAIL PROTECTED],<BR>",
! "with revamp work by ",
! "<A HREF=\"http://www.organic.com\">Brian Behlendorf</A> ",
! "[EMAIL PROTECTED] & ",
! "<A HREF=\"http://www.golux.com/coar/\">Ken Coar</A> ",
! "[EMAIL PROTECTED]</SMALL>\n";
} else {
print "<head><title>SPR Front End</title></head>
<H1>SPR Front End</H1>