| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/www/validator/files/ |
Upload File : |
--- httpd/cgi-bin/sendfeedback.pl.orig 2012-03-12 15:03:14 UTC
+++ httpd/cgi-bin/sendfeedback.pl
@@ -23,7 +23,7 @@ use constant FALSE => 0;
# environments, such as mod_perl. So let's do globals, eg. read config here.
BEGIN {
- my $base = $ENV{W3C_VALIDATOR_HOME} || '/usr/local/validator';
+ my $base = $ENV{W3C_VALIDATOR_HOME} || '%%WWWDIR%%';
# Launder data for -T; -AutoLaunder doesn't catch this one.
if ($base =~ /^(.*)$/) {
@@ -35,7 +35,7 @@ BEGIN {
eval {
my %config_opts = (
-ConfigFile =>
- ($ENV{W3C_VALIDATOR_CFG} || '/etc/w3c/validator.conf'),
+ ($ENV{W3C_VALIDATOR_CFG} || '%%WWWDIR%%/htdocs/config/validator.conf'),
-MergeDuplicateOptions => TRUE,
-MergeDuplicateBlocks => TRUE,
-SplitPolicy => 'equalsign',