*.cgi: eliminate exposure of $cgi object
commita8fdb051e0d4f62a1a26c4cc5dda9601070a14f5
authorZachary T Welch <zw@superlucidity.net>
Mon, 26 Oct 2009 06:00:03 +0000 (25 23:00 -0700)
committerZachary T Welch <zw@superlucidity.net>
Wed, 28 Oct 2009 03:08:39 +0000 (27 20:08 -0700)
tree5a1061577cb7fc6b3f4640302ad7df54104f97b1
parent6d46fae29fa0ea484f96d99a7c0a79b21283960c
*.cgi: eliminate exposure of $cgi object

Eliminates direct exposure of the $cgi variable in scripts by using
the RepoCGI->sparam method.  The RepoCGI module now encapsulates all
access to that object.
cgi/delproj.cgi
cgi/editproj.cgi
cgi/edituser.cgi
cgi/pwproj.cgi
cgi/regproj.cgi
cgi/reguser.cgi