tagproj.cgi: add missing cgi->header call
commitf8f6cc6eb20c811cf45cb40416984119acdcd5ec
authorKyle J. McKay <mackyle@gmail.com>
Fri, 2 Aug 2013 00:22:33 +0000 (1 17:22 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 2 Aug 2013 00:22:33 +0000 (1 17:22 -0700)
tree6d238cd11521f5b89cccc2b00776f6d7b3eb8b77
parent3ca4caca7ee3d7c371d89f9b483568b2bb57b103
tagproj.cgi: add missing cgi->header call

Unlike most of the other *.cgi scripts, tagproj.cgi does not use the
Girocco::CGI->new function and so must explicitly call cgi->header with
the status result before printing out result lines.
cgi/tagproj.cgi