Update of /cvsroot/phpmp/phpMP/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv23213/docs
Modified Files:
config.php.sample
Log Message:
Fixing Cam's fix.
Index: config.php.sample
===================================================================
RCS file: /cvsroot/phpmp/phpMP/docs/config.php.sample,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** config.php.sample 14 Sep 2003 22:11:04 -0000 1.3
--- config.php.sample 28 Sep 2003 04:06:17 -0000 1.4
***************
*** 12,15 ****
--- 12,16 ----
'type' => 'mysql',
'host' => 'localhost',
+ 'port' => '',
'name' => 'phpmp',
'prefix'=> 'phpmp_',
|