|
From: Paul S. O. <ps...@us...> - 2001-10-14 18:32:50
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv525
Modified Files:
config.php
Log Message:
Doug, whooops .... :)
Index: config.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/config.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** config.php 2001/10/14 16:11:36 1.33
--- config.php 2001/10/14 18:32:48 1.34
***************
*** 1,19 ****
- <?php
//
! // phpBB 2.x auto-generated config file
! // Do not change anything in this file!
//
-
- $dbms = "mysql";
-
- $dbhost = "127.0.0.1";
- $dbname = "devphpbb2";
- $dbuser = "dougk";
- $dbpasswd = "2d8o0u7g026";
-
- $table_prefix = "phpbb_";
-
- define('PHPBB_INSTALLED', true);
-
- ?>
\ No newline at end of file
--- 1,4 ----
//
! // RUN install.php!
//
|