diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-31 00:07:48 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-31 00:07:48 +0000 |
commit | 005052b2c66a7d9cb8e369f340f3c841dbcd5e6e (patch) | |
tree | 0faec9ca91fc001eb4a5d52d435819bf97b21138 /phpBB/config.php | |
parent | e1f7400b8da1088ebabd351fe9b6e1f246c34531 (diff) | |
download | forums-005052b2c66a7d9cb8e369f340f3c841dbcd5e6e.tar forums-005052b2c66a7d9cb8e369f340f3c841dbcd5e6e.tar.gz forums-005052b2c66a7d9cb8e369f340f3c841dbcd5e6e.tar.bz2 forums-005052b2c66a7d9cb8e369f340f3c841dbcd5e6e.tar.xz forums-005052b2c66a7d9cb8e369f340f3c841dbcd5e6e.zip |
Going to have change doing this from "doing a Bart" to "doing a Paul" before much longer ...
git-svn-id: file:///svn/phpbb/trunk@2449 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/config.php')
-rw-r--r-- | phpBB/config.php | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/phpBB/config.php b/phpBB/config.php index 067ae2e7b1..e69de29bb2 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -1,51 +0,0 @@ -<?php - -// -// phpBB 2.x auto-generated config file -// Do not change anything in this file! -// - -$dbms = "mysql4"; -$dbhost = "localhost"; -$dbname = "dev_starstreak_net"; -$dbuser = "devhttp"; -$dbpasswd = "efx2KarizonaD"; - -$dbhost = "localhost"; -$dbname = "phpbb_com"; -$dbuser = "devhttp"; -$dbpasswd = "efx2KarizonaD"; - -/* -$dbhost = "localhost"; -$dbname = "phpbb_test"; -$dbuser = "devhttp"; -$dbpasswd = "efx2KarizonaD"; - -$dbms = "mssql-odbc"; - -$dbhost = "mssql_phpbb_odbc"; -$dbname = ""; -$dbuser = "phpbb"; -$dbpasswd = "efx2000"; - -$dbms = "msaccess"; - -$dbhost = "phpbb_msaccess_odbc"; -$dbname = ""; -$dbuser = "devhttp"; -$dbpasswd = "efx2KarizonaD"; - -$dbms = "mssql"; - -$dbhost = "localhost"; -$dbname = "phpbb"; -$dbuser = "phpbb"; -$dbpasswd = "efx2000"; -*/ - -$table_prefix = "phpbb_"; - -define('PHPBB_INSTALLED', true); - -?>
\ No newline at end of file |