Remove -T, this script has not been had the required taint cleaning

of arguments done yet.
This commit is contained in:
Peter Wemm 2001-01-04 22:22:38 +00:00
parent 6d3af291c5
commit 98d70c3686
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8645

View file

@ -1,5 +1,5 @@
#!/usr/bin/perl -T
# $FreeBSD: www/en/cgi/query-pr-summary.cgi,v 1.29 2000/11/29 13:59:24 wosch Exp $
#!/usr/bin/perl
# $FreeBSD: www/en/cgi/query-pr-summary.cgi,v 1.30 2000/12/28 13:43:41 wosch Exp $
$html_mode = 1 if $ENV{'DOCUMENT_ROOT'};
$self_ref = $ENV{'SCRIPT_NAME'};