diff options
author | gerald <gerald@localhost> | 2000-05-08 02:12:31 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 2000-05-08 02:12:31 +0000 |
commit | 3b0a13df39c37f54c1886a1f14bea2daad21ce4c (patch) | |
tree | c67168d18cfc663c86a5473e8b2e67b1101601fa | |
parent | d26594dc1fc4d38c53fbc63b0ecab90da5209388 (diff) | |
download | markup-validator-3b0a13df39c37f54c1886a1f14bea2daad21ce4c.zip markup-validator-3b0a13df39c37f54c1886a1f14bea2daad21ce4c.tar.gz markup-validator-3b0a13df39c37f54c1886a1f14bea2daad21ce4c.tar.bz2 |
updated path to access log
-rwxr-xr-x | httpd/cgi-bin/referers | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httpd/cgi-bin/referers b/httpd/cgi-bin/referers index 18dc498..e8abf54 100755 --- a/httpd/cgi-bin/referers +++ b/httpd/cgi-bin/referers @@ -6,9 +6,9 @@ # This source code is available under the license at: # http://www.w3.org/Consortium/Legal/copyright-software # -# $Id: referers,v 1.7 1999-11-01 10:41:00 gerald Exp $ +# $Id: referers,v 1.8 2000-05-08 02:12:31 gerald Exp $ -LOG=/var/log/httpd/validator_log; export LOG +LOG=/usr/local/apache/logs/validator_log; export LOG cat <<EOHD Content-Type: text/html @@ -39,7 +39,7 @@ cat <<EOHD <hr> <address> <a href="http://www.w3.org/People/Gerald/">Gerald Oskoboiny</a><br> -\$Date: 1999-11-01 10:41:00 $ \ +\$Date: 2000-05-08 02:12:31 $ \ </address> EOHD |