Cherry pick e28b0b5c5e992fbbac00981e94c946d2c29ec8d5: Move all of the auth configurat...
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 19 Mar 2009 20:07:43 +0000 (16:07 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 19 Mar 2009 20:07:43 +0000 (16:07 -0400)
commit8a8f82f6036feca1b1562873bd1de5f5d418d769
tree3c6d5d84997265ace8d6ea1091e2fe5e6837a3b6
parente0622f800afd662f842df5624b946839c3ba3909
Cherry pick e28b0b5c5e992fbbac00981e94c946d2c29ec8d5: Move all of the auth configuration values into a config file

* includes/auth/auth.php:
(Authentication::_setupDatabase): Create the database object in this method using the config values
* includes/auth/auth_default.php:
* includes/auth/auth_drupal.php:
* includes/auth/auth_phpbb2.php:
* includes/auth/auth_vbulletin.php:
(Authentication*::_setupDatabase): Remove the db creation from here and just call parent::
* includes/auth/config.php.new: New file

Conflicts:

includes/auth/auth_default.php
includes/auth/auth_drupal.php
includes/auth/auth_phpbb2.php
includes/auth/auth_vbulletin.php
includes/auth/auth.php
includes/auth/auth_drupal.php
includes/auth/auth_phpbb2.php
includes/auth/auth_vbulletin.php
includes/auth/config.php.new [new file with mode: 0644]