summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2007-05-25 21:34:29 +0000
committerville <ville@localhost>2007-05-25 21:34:29 +0000
commitd4efef0ba5be5d0456033c6b1026b7146a684eef (patch)
tree4a66d4271b32357f64ed7d01895ac7deb66f70aa
parenta1515f1464622749b32031186af0f254dc7d7804 (diff)
downloadmarkup-validator-d4efef0ba5be5d0456033c6b1026b7146a684eef.zip
markup-validator-d4efef0ba5be5d0456033c6b1026b7146a684eef.tar.gz
markup-validator-d4efef0ba5be5d0456033c6b1026b7146a684eef.tar.bz2
Drop defaults for unused config options.
-rwxr-xr-xhttpd/cgi-bin/sendfeedback.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/httpd/cgi-bin/sendfeedback.pl b/httpd/cgi-bin/sendfeedback.pl
index 69dcc99..fb8be06 100755
--- a/httpd/cgi-bin/sendfeedback.pl
+++ b/httpd/cgi-bin/sendfeedback.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl -T
##
## feedback generator for W3C Markup Validation Service
-# # $Id: sendfeedback.pl,v 1.7 2007-03-12 20:29:56 ville Exp $
+# # $Id: sendfeedback.pl,v 1.8 2007-05-25 21:34:29 ville Exp $
## Pragmas.
use strict;
@@ -43,10 +43,8 @@ BEGIN {
-AutoLaunder => TRUE,
-AutoTrue => TRUE,
-DefaultConfig => {
- Protocols => {Allow => 'http,https'},
Paths => {
Base => ($ENV{W3C_VALIDATOR_HOME} || '/usr/local/validator'),
- SGML => {Parser => '/usr/bin/onsgmls'},
},
},
);