summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2005-07-22 20:12:30 +0000
committerville <ville@localhost>2005-07-22 20:12:30 +0000
commit4796c2b9100b2518f7f31096692ff3918acf8d4e (patch)
tree5dda4c4b5ca41303bfb62af85d9b2a3eb84850d4
parent5a672405d209e5653cfedf8fbfdaf65c401ba999 (diff)
downloadmarkup-validator-4796c2b9100b2518f7f31096692ff3918acf8d4e.zip
markup-validator-4796c2b9100b2518f7f31096692ff3918acf8d4e.tar.gz
markup-validator-4796c2b9100b2518f7f31096692ff3918acf8d4e.tar.bz2
Quick hack to avoid error log trashing in direct input.
-rwxr-xr-xhttpd/cgi-bin/check5
1 files changed, 3 insertions, 2 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check
index b416d03..c2b9d2e 100755
--- a/httpd/cgi-bin/check
+++ b/httpd/cgi-bin/check
@@ -9,7 +9,7 @@
# This source code is available under the license at:
# http://www.w3.org/Consortium/Legal/copyright-software
#
-# $Id: check,v 1.427 2005-07-22 16:49:55 ville Exp $
+# $Id: check,v 1.428 2005-07-22 20:12:30 ville Exp $
#
# Disable buffering on STDOUT!
@@ -204,7 +204,7 @@ Directory not readable (permission denied): @_r
#
# Strings
- $VERSION = q$Revision: 1.427 $;
+ $VERSION = q$Revision: 1.428 $;
$VERSION =~ s/Revision: ([\d\.]+) /$1/;
#
@@ -1116,6 +1116,7 @@ sub handle_frag {
$File->{Modified} = '';
$File->{Server} = '';
$File->{Size} = '';
+ $File->{ContentType} = ''; # @@TODO?
$File->{URI} = 'upload://Form Submission';
$File->{'Is Upload'} = TRUE;