diff options
| author | Alexander Pickering <Alexander.Pickering@anondomain.site90.net> | 2016-03-07 22:10:09 -0500 |
|---|---|---|
| committer | Alexander Pickering <Alexander.Pickering@anondomain.site90.net> | 2016-03-07 22:10:09 -0500 |
| commit | f12158cda6efc2d513bd6d85ce46fda0caec2a14 (patch) | |
| tree | 5402817533cf6530cdaf33e69408f8c80c85f1ca | |
| parent | 526f531a31cf7d9d9a5a632c4c27b97bf7d415ac (diff) | |
| download | webpage-f12158cda6efc2d513bd6d85ce46fda0caec2a14.tar.gz webpage-f12158cda6efc2d513bd6d85ce46fda0caec2a14.tar.bz2 webpage-f12158cda6efc2d513bd6d85ce46fda0caec2a14.zip | |
More debugging
| -rwxr-xr-x | report.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,7 @@ echo "" shortname = `param sname` description = `param lname` severity = `param severity` +all = `param` cat ./fileparts/header.html echo "<!--" @@ -11,6 +12,7 @@ set echo "Sname: $shortname" echo "Lname: $description" echo "Severity: $severity" +echo "Params: $all" echo "-->" if [ "REQUEST_METHOD" = "POST"]; then |
