[phpMP-CVS] CVS: phpMP config.php,1.5,1.6
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-06-30 01:38:43
|
Update of /cvsroot/phpmp/phpMP In directory sc8-pr-cvs1:/tmp/cvs-serv2124 Modified Files: config.php Log Message: Moving the dba dir. Index: config.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/config.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** config.php 29 Jun 2003 08:19:54 -0000 1.5 --- config.php 30 Jun 2003 01:38:39 -0000 1.6 *************** *** 0 **** --- 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" ); + + ?> |