X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=blobdiff_plain;f=lib%2FMaypole%2FView%2FTT.pm;h=7c30777382d5bd151d3e5c2a5b64bc9e2c1e9364;hp=3ab23be31da7c14740d41ad80e666bddf376c180;hb=753bfd73e7faf3e0cd8ec2468208d4f40dbfd997;hpb=6cd7a25572c93242146d8d8ce0eb3f2bbb76917e diff --git a/lib/Maypole/View/TT.pm b/lib/Maypole/View/TT.pm index 3ab23be..7c30777 100644 --- a/lib/Maypole/View/TT.pm +++ b/lib/Maypole/View/TT.pm @@ -423,6 +423,11 @@ the path "[% request.path %]". The error text returned was: [% attribute %] [% request.$attribute.list.join(" , ") %] [% END %] + + CGI Parameters + [% FOREACH param IN request.params %] + [% param.key %] [% param.value %] + [% END %]

Website / Template Paths