#! /bin/sh

echo Content-type: text/html
echo
echo "<html><head><title>Browser test thanks</title></head>"
echo "<body>"
echo `date` ${REMOTE_HOST-${REMOTE_ADDR-somewhere}} ${HTTP_USER_AGENT-abrowser} $QUERY_STRING >> ../logs/browser-test.log

echo "<p>Thanks</p>"

echo "</body></html>"
