summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2009-11-29 19:27:27 +0000
committerville <ville@localhost>2009-11-29 19:27:27 +0000
commitdb6363b72922cd27ba9a64370d3cf6a43959d0d4 (patch)
tree5a636a2353a2582fb11fb89aba817f394b87651f
parent68eac171dec387d87068c7122bdf6bdf70f5314a (diff)
downloadmarkup-validator-db6363b72922cd27ba9a64370d3cf6a43959d0d4.zip
markup-validator-db6363b72922cd27ba9a64370d3cf6a43959d0d4.tar.gz
markup-validator-db6363b72922cd27ba9a64370d3cf6a43959d0d4.tar.bz2
Don't mess with FTP_PASSIVE; LWP defaults to passive mode FTP anyway.
-rwxr-xr-xhttpd/cgi-bin/check8
1 files changed, 2 insertions, 6 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check
index 484f643..05fec87 100755
--- a/httpd/cgi-bin/check
+++ b/httpd/cgi-bin/check
@@ -14,7 +14,7 @@
# This source code is available under the license at:
# http://www.w3.org/Consortium/Legal/copyright-software
#
-# $Id: check,v 1.739 2009-11-29 19:16:15 ville Exp $
+# $Id: check,v 1.740 2009-11-29 19:27:27 ville Exp $
#
# We need Perl 5.8.0+.
@@ -197,13 +197,9 @@ EOF
#
# Strings
- $VERSION = q$Revision: 1.739 $;
+ $VERSION = q$Revision: 1.740 $;
$VERSION =~ s/Revision: ([\d\.]+) /$1/;
- #
- # Use passive FTP by default.
- $ENV{FTP_PASSIVE} = 1 unless exists($ENV{FTP_PASSIVE});
-
# Read friendly error message file
# 'en_US' should be replaced by $lang for lang-neg
%RSRC = Config::General->new(