disable cgi uploads earlier
authorJoey Hess <joey@kodama.kitenet.net>
Tue, 1 Jul 2008 01:13:41 +0000 (21:13 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Tue, 1 Jul 2008 01:13:41 +0000 (21:13 -0400)
commitdbab5e9b85b04c5ae5b8687b954ff0ae96f1c3f4
tree15b50385599591387c6ed2220d7f30f078a4ffbb
parente1d9747be167c834c5b1b98331f40dc98fc46c93
disable cgi uploads earlier

This allows plugins that want to enable uploads to do so by changing the
value of $CGI::DISABLE_UPLOADS at some point before the cgi hook is run.
IkiWiki/CGI.pm