gitweb: avoid using leftover stale prior-FCGI-request data
commit6a8b9608079a5cdae82c38e7ed7a8c54883f7a10
authorKyle J. McKay <mackyle@gmail.com>
Fri, 24 Apr 2015 04:26:52 +0000 (23 21:26 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 24 Apr 2015 04:26:52 +0000 (23 21:26 -0700)
tree838fffe6d91d085e4773d9e86419659d81a34d94
parentf979e8e962c609500f18fe494aa23b5acc6b6fb2
gitweb: avoid using leftover stale prior-FCGI-request data

When running in FCGI mode, the script's globals are not
automatically reset between requests, so make sure to
clear the ones holding the project list and config data
so old, stale information is not shown to the user.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
gitweb/gitweb.perl