|
From: Paul S. O. <ps...@us...> - 2001-10-14 20:05:51
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv27378
Modified Files:
config.php
Log Message:
And I'll add it back ... please leave blank for now
Index: config.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/config.php,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** config.php 2001/10/14 20:05:19 1.39
--- config.php 2001/10/14 20:05:48 1.40
***************
*** 1,19 ****
- <?php
-
- //
- // phpBB 2.x auto-generated config file
- // Do not change anything in this file!
- //
-
- $dbms = "mysql";
-
- $dbhost = "localhost";
- $dbname = "dev_starstreak_net";
- $dbuser = "devhttp";
- $dbpasswd = "efx2KarizonaD";
-
- $table_prefix = "phpbb_";
-
- define('PHPBB_INSTALLED', true);
-
- ?>
\ No newline at end of file
--- 0 ----
|