#!/bin/sh

echo Content-type: text/html
echo

/bin/cat $PATH_TRANSLATED
/bin/cat $DOCUMENT_ROOT/footer.html

