|
From: Doug K. <dou...@us...> - 2002-03-18 14:52:21
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv24877
Modified Files:
config.php
Log Message:
Oh, fun. I just did the same thing Paul did. Anyway, phpBB2 should let you access the Admin panel now...
Index: config.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/config.php,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -r1.48 -r1.49
*** config.php 18 Mar 2002 14:50:43 -0000 1.48
--- config.php 18 Mar 2002 14:52:15 -0000 1.49
***************
*** 1,19 ****
- <?php
-
- //
- // phpBB 2.x auto-generated config file
- // Do not change anything in this file!
- //
-
- $dbms = "mysql";
-
- $dbhost = "localhost";
- $dbname = "devphpbb2";
- $dbuser = "dougk";
- $dbpasswd = "dougkff7";
-
- $table_prefix = "phpbb_";
-
- define('PHPBB_INSTALLED', true);
-
- ?>
--- 0 ----
|