- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 25 May 2007 21:34:32 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv20241/httpd/cgi-bin
Modified Files:
sendfeedback.pl
Log Message:
Drop defaults for unused config options.
Index: sendfeedback.pl
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/sendfeedback.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- sendfeedback.pl 12 Mar 2007 20:29:56 -0000 1.7
+++ sendfeedback.pl 25 May 2007 21:34:29 -0000 1.8
@@ -43,10 +43,8 @@
-AutoLaunder => TRUE,
-AutoTrue => TRUE,
-DefaultConfig => {
- Protocols => {Allow => 'http,https'},
Paths => {
Base => ($ENV{W3C_VALIDATOR_HOME} || '/usr/local/validator'),
- SGML => {Parser => '/usr/bin/onsgmls'},
},
},
);
Received on Friday, 25 May 2007 21:34:36 UTC