Update of /cvsroot/phpmp/phpMP
In directory sc8-pr-cvs1:/tmp/cvs-serv2758
Modified Files:
config.php
Log Message:
Moving the dba directory into includes/.
Index: config.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/config.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** config.php 30 Jun 2003 01:38:39 -0000 1.6
--- config.php 30 Jun 2003 01:44:06 -0000 1.7
***************
*** 1,20 ****
- <?php
-
- ## DO NOT ALTER THIS FILE.
- ## This file is automatically generated
- ## by the phpMP install script. Do not
- ## alter this file if you don't know
- ## what you're doing.
-
- define( "PHPMP_INSTALLED", TRUE );
-
- define( "DB_TYPE", "mysql" );
- define( "DB_HOST", "localhost" );
- define( "DB_NAME", "phpmp_general" );
- define( "DB_TABLE_PREFIX", "phpmp_" );
- define( "DB_USER", "phpmp" );
-
-
- define( "DB_PASSWD", "pyro123" );
-
- ?>
--- 0 ----
|