#! /bin/sh

# The compiled program will not run if called directly from the server

# echo Content-type: text/html
# echo
# echo "<html><head><title>Something has gone wrong here recently</title></head>"
# echo "<body>"

exec ./changes

# echo "<p>That was the changes list.</p>"

# echo "</body></html>"
