Update of /cvsroot/phpmp/phpMP
In directory sc8-pr-cvs1:/tmp/cvs-serv11175
Modified Files:
config.php
Log Message:
Started some work on mpcode, I think I have a good start here
Index: config.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/config.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** config.php 3 Apr 2002 08:47:42 -0000 1.1
--- config.php 1 May 2003 21:59:30 -0000 1.2
***************
*** 0 ****
--- 1,18 ----
+ <?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" );
+ define( "DB_TABLE_PREFIX", "phpmp_" );
+ define( "DB_USER", "" );
+ define( "DB_PASSWD", "" );
+
+ ?>
\ No newline at end of file
|