1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

- changed dbal class layout

git-svn-id: file:///svn/phpbb/trunk@5193 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2005-08-17 15:57:50 +00:00
parent 1694af43aa
commit 4740e7dece
15 changed files with 308 additions and 1242 deletions

View File

@@ -12,6 +12,8 @@
// says before continuing
die('This software is unsupported in any and all respects. By removing this notice (found in common.php) you are noting your acceptance of this. Do not ask support questions of any kind for this release at either area51.phpbb.com or www.phpbb.com. Support for this version will appear when the beta cycle begins');
/**
*/
if (!defined('IN_PHPBB'))
{
exit;
@@ -253,7 +255,7 @@ $user = new user();
$auth = new auth();
$template = new template();
$cache = new acm();
$db = new sql_db();
$db = new $sql_db();
// Connect to DB
$db->sql_connect($dbhost, $dbuser, $dbpasswd, $dbname, $dbport, false);