Deprecated: Assigning the return value of new by reference is deprecated in /home/bluestat/public_html/source/index.php on line 477
Bugdar - Commit - ViewGit - Blue Static

Cherry pick e28b0b5c5e992fbbac00981e94c946d2c29ec8d5: Move all of the auth configuration values into a config file

Author Robert Sesek <rsesek@bluestatic.org>
Author date 2009-03-19 20:07:43
Author local date 2009-03-19 16:07:43 -0400
Committer Robert Sesek <rsesek@bluestatic.org>
Committer date 2009-03-19 20:07:43
Committer local date 2009-03-19 16:07:43 -0400
Commit 8a8f82f6036feca1b1562873bd1de5f5d418d769
Tree 3c6d5d84997265ace8d6ea1091e2fe5e6837a3b6
Parent e0622f800afd662f842df5624b946839c3ba3909
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