diff options
author | gerald <gerald@localhost> | 1999-08-06 21:53:34 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 1999-08-06 21:53:34 +0000 |
commit | 81b1aba3e0644971c3afb3a7107a17bfaaad035d (patch) | |
tree | 120c6fc722d6b8d81dfed70482bc9d0601d36f9d | |
parent | 308266df1e2cfb210a0712cac5bc92dabcca3ee5 (diff) | |
download | markup-validator-81b1aba3e0644971c3afb3a7107a17bfaaad035d.zip markup-validator-81b1aba3e0644971c3afb3a7107a17bfaaad035d.tar.gz markup-validator-81b1aba3e0644971c3afb3a7107a17bfaaad035d.tar.bz2 |
updated the log location
-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 2651b5e..3bce6e3 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.5 1999-01-27 23:30:11 gerald Exp $ +# $Id: referers,v 1.6 1999-08-06 21:53:34 gerald Exp $ -LOG=/var/log/httpd/validator; export LOG +LOG=/var/log/httpd/validator_log; export LOG cat <<EOHD Content-Type: text/html @@ -38,7 +38,7 @@ cat <<EOHD <hr> <address> <a href="http://www.w3.org/People/Gerald/">Gerald Oskoboiny</a><br> -\$Date: 1999-01-27 23:30:11 $ \ +\$Date: 1999-08-06 21:53:34 $ \ </address> EOHD |