forces "taint" checks to be turned on
This commit is contained in:
parent
489da0c4fa
commit
7d2f8c826b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8560
2 changed files with 5 additions and 5 deletions
en/cgi
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/perl
|
||||
#!/usr/bin/perl -T
|
||||
#
|
||||
# Copyright (c) Jan 1999 Wolfram Schneider <wosch@FreeBSD.org>
|
||||
# All rights reserved.
|
||||
|
@ -24,7 +24,7 @@
|
|||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# SUCH DAMAGE.
|
||||
#
|
||||
# $FreeBSD: www/en/cgi/mailindex.cgi,v 1.4 1999/09/06 07:02:40 peter Exp $
|
||||
# $FreeBSD: www/en/cgi/mailindex.cgi,v 1.5 1999/12/17 14:23:52 phantom Exp $
|
||||
|
||||
|
||||
use CGI;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/perl
|
||||
#!/usr/bin/perl -T
|
||||
#
|
||||
# Copyright (c) March 1998 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
|
||||
# Copyright (c) March 1998-2000 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -26,7 +26,7 @@
|
|||
#
|
||||
# Search a mail by Message-ID, References or In-Reply-To field
|
||||
#
|
||||
# $FreeBSD: www/en/cgi/mid.cgi,v 1.9 2000/06/18 16:15:33 wosch Exp $
|
||||
# $FreeBSD: www/en/cgi/mid.cgi,v 1.10 2000/08/08 06:04:10 mharo Exp $
|
||||
|
||||
$hsty_base = '';
|
||||
|
||||
|
|
Loading…
Reference in a new issue