* The check whether it is legitimate to skip configuration (during first
installation) made use of $_SERVER variables that are not part of the
CGI 1.1 specs. Change check to use $_REQUEST, which we're guaranteed to
have.
* Clarify initial page a bit.