Restrict form-based updates to POST only
commitf8130670a4cb6b88c9ffccb2cf110b9b662d49d5
authorKyle J. McKay <mackyle@gmail.com>
Wed, 10 Jul 2013 11:07:56 +0000 (10 04:07 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 10 Jul 2013 11:07:56 +0000 (10 04:07 -0700)
tree1d47d16965f63c49f7e26199c7f6baec4105a00d
parent0bb869f7268bcce0c5758ccb97a2da78cf3d85b4
Restrict form-based updates to POST only

This prevents using GET requests to make changes.  The
scripts do not generate GET requests for changes, but if
they were constructed, the scripts would previously have
blindly accepted them.
cgi/delproj.cgi
cgi/deluser.cgi
cgi/editproj.cgi
cgi/edituser.cgi
cgi/pwproj.cgi
cgi/regproj.cgi
cgi/reguser.cgi
html/girocco.css