]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
bug 1814: installer now only offers DB types which are available.
authorBrion Vibber <brion@pobox.com>
Mon, 14 Sep 2009 00:53:15 +0000 (17:53 -0700)
committerBrenda Wallace <shiny@cpan.org>
Mon, 14 Sep 2009 06:06:48 +0000 (18:06 +1200)
commit4181c6f04ad6a2321b2957d8784abc7dfef5779f
tree22bddba2920033994253a7db6843c088b2f4a044
parentcd650b090a339673f2cc7797c8cb9b0eb0196f82
bug 1814: installer now only offers DB types which are available.

Abstracted a couple of hardcoded lists of mysql/pgsql checks and radio button creation to use a nice little array of names, installer funcs, and modules to check.
Only those DB types whose modules are present will be presented in the installer; if all are missing, we throw an error and list out all the possibilities we were looking for.
install.php