summaryrefslogtreecommitdiff
path: root/report.sh
blob: fc7355888a6037016565bec4829cf47012568b8a (plain)
1
2
3
4
5
6
7
8
echo "Content-type: text/html"
echo ""

cat ./fileparts/header.html

echo "Sname: $FORM_sname"
cat ./fileparts/report.html
cat ./fileparts/footer.html