don't print the revsion of man.cgi in the footer

This commit is contained in:
Wolfram Schneider 2001-03-11 10:53:08 +00:00
parent 3de2d8b973
commit 63b77fcad0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8941

View file

@ -33,7 +33,7 @@
# BSDI Id: bsdi-man,v 1.2 1995/01/11 02:30:01 polk Exp
# Dual CGI/Plexus mode and new interface by sanders@bsdi.com 9/22/1995
#
# $Id: man.cgi,v 1.32 2001-03-11 10:51:53 wosch Exp $
# $Id: man.cgi,v 1.33 2001-03-11 10:53:08 wosch Exp $
#use Data::Dumper;
#use Carp;
@ -777,7 +777,6 @@ Please direct questions about this server to
URL: <A HREF="$BASE" target=_parent>$www{'home'}$BASE</a><br>
ETX
print q{$Date: 2001-03-11 10:51:53 $ $Revision: 1.32 $};
print "<br>\n";
print "</BODY>\n</HTML>\n";
0;