[phpMP-CVS] CVS: phpMP config.php,1.7,1.8
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-09-22 09:59:30
|
Update of /cvsroot/phpmp/phpMP In directory sc8-pr-cvs1:/tmp/cvs-serv18225 Modified Files: config.php Log Message: Try #2. Index: config.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/config.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** config.php 30 Jun 2003 01:44:06 -0000 1.7 --- config.php 22 Sep 2003 09:59:27 -0000 1.8 *************** *** 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 ); + + $dbinfo = array( + 'type' => 'mysql', + 'host' => 'localhost', + 'name' => 'phpmp_general', + 'prefix'=> 'phpmp_', + 'user' => 'phpmp', + 'passwd'=> 'f1r3m4n' + ); + + ?> |