diff options
| author | Alexander Pickering <Alexander.Pickering@anondomain.site90.net> | 2016-03-07 22:17:13 -0500 |
|---|---|---|
| committer | Alexander Pickering <Alexander.Pickering@anondomain.site90.net> | 2016-03-07 22:17:13 -0500 |
| commit | e8ab2d45b9c136b2505a7db58ad330dbfa7c0ac8 (patch) | |
| tree | c0f6ac4f3d58c9d8e5b686be6f532a97898aa9a6 | |
| parent | 95f3c0abe48e21d1549c7ad7c6c57be3b5bf32ab (diff) | |
| download | webpage-e8ab2d45b9c136b2505a7db58ad330dbfa7c0ac8.tar.gz webpage-e8ab2d45b9c136b2505a7db58ad330dbfa7c0ac8.tar.bz2 webpage-e8ab2d45b9c136b2505a7db58ad330dbfa7c0ac8.zip | |
more
| -rw-r--r-- | fileparts/report.html | 2 | ||||
| -rwxr-xr-x | report.sh | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/fileparts/report.html b/fileparts/report.html index 48a086b..51470ee 100644 --- a/fileparts/report.html +++ b/fileparts/report.html @@ -1,7 +1,7 @@ <id><img style="width:32px" src="data/icons/icon_bug.png" alt="bug icon"><br/></id> <p> <id> - <form action="./report.sh" method="put"> + <form action="./report.sh" method="post"> <br> <label>Short description of the bug <input type="text" name="sname"> @@ -1,3 +1,7 @@ +#!/bin/bash + +. cgi/bashlib.sh + echo "Content-type: text/html" echo "" |
