summaryrefslogtreecommitdiff
path: root/report.sh
blob: 0be8aed808d358a1bbf29a5e583fdf681e0fad4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
echo "Content-type: text/html"
echo ""

shortname = `param sname`

cat ./fileparts/header.html
<<<<<<< HEAD
echo "<!--"
set
echo "Sname: $FORM_sname"
echo "-->"
cat ./fileparts/report.html
=======

if [ "REQUEST_METHOD" = "POST"]; then
    #Make a thank-you-for-reporting-bug page
    set
    echo "<!--"
    echo "Sname: $shortname"
    echo "-->"
else
    cat ./fileparts/report.html
fi
>>>>>>> development
cat ./fileparts/footer.html