| Server IP : 82.208.35.60 / Your IP : 216.73.217.33 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 : |
--- htdocs/config/validator.conf.orig 2012-03-12 15:03:14 UTC +++ htdocs/config/validator.conf @@ -19,7 +19,7 @@ # # Base path. Defaults to the value of the W3C_VALIDATOR_HOME environment # variable or /usr/local/validator if the variable does not exist. - #Base = /usr/local/validator + Base = %%WWWDIR%% # # Location of template files @@ -93,13 +93,13 @@ Languages = en # Main document Type Registry; contains all information on the types # of documents we support and how they are processed. <Types> - Include types.conf + Include %%WWWDIR%%/htdocs/config/types.conf </Types> # # Mapping of charset names to their IANA names and how iconv(3) knows them. <Charsets> - Include charset.cfg + Include %%WWWDIR%%/htdocs/config/charset.cfg </Charsets> #