diff --git a/en/cgi/man-wrapper.cgi b/en/cgi/man-wrapper.cgi index fa70f4d306..f05975c292 100755 --- a/en/cgi/man-wrapper.cgi +++ b/en/cgi/man-wrapper.cgi @@ -1,18 +1,8 @@ -#!/usr/bin/perl +#!/usr/bin/perl -T # Copyright (c) Wolfram Schneider, Berlin. Sep 1997. # -# redirect FreeBSD man script +# FreeBSD man script # -# $FreeBSD: www/en/cgi/man.cgi,v 1.3 1999/09/06 07:02:40 peter Exp $ - -exec('/usr/local/www/bsddoc/bin/man.cgi'); - -$_ = $ENV{'QUERY_STRING'}; -$_ = '?' . $_ if $_; - -print "Window-target: _top\n"; -print "Location: http://www.de.FreeBSD.org/de/cgi/man.cgi$_\n"; -print "Content-type: text/plain\n\n"; - -exit 0; +# $FreeBSD: www/en/cgi/man.cgi,v 1.4 2000/01/05 15:47:44 phantom Exp $ +require '/usr/local/www/bsddoc/bin/man.cgi';