Update of /cvsroot/phpmp/phpMP
In directory sc8-pr-cvs1:/tmp/cvs-serv18780
Modified Files:
config.php
Log Message:
Index: config.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/config.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** config.php 22 Sep 2003 09:59:27 -0000 1.8
--- config.php 22 Sep 2003 10:01:21 -0000 1.9
***************
*** 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'
- );
-
- ?>
--- 0 ----
|