|
From: Paul S. O. <ps...@us...> - 2002-03-31 00:07:51
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv13265
Modified Files:
config.php
Log Message:
Going to have change doing this from "doing a Bart" to "doing a Paul" before much longer ...
Index: config.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/config.php,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -r1.50 -r1.51
*** config.php 31 Mar 2002 00:06:33 -0000 1.50
--- config.php 31 Mar 2002 00:07:48 -0000 1.51
***************
*** 1,51 ****
- <?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
--- 0 ----
|