code clean up
forces "taint" checks to be turned on
This commit is contained in:
parent
7d2f8c826b
commit
a57ea9886a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8561
1 changed files with 4 additions and 14 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue