Move all of the auth configuration values into a config file
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 14 Feb 2009 17:52:08 +0000 (12:52 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 14 Feb 2009 17:52:08 +0000 (12:52 -0500)
commite28b0b5c5e992fbbac00981e94c946d2c29ec8d5
tree36791d81aa8e6cb1f1ac3e437b25ba09548fd334
parent2c8c00e25f26996aa293da8689c34ec8631a160d
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
includes/auth/auth.php
includes/auth/auth_default.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]