|
From: Benjamin C. <bc...@us...> - 2002-04-11 22:04:01
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv8318
Modified Files:
config-dist.php
Log Message:
Cleanup
Index: config-dist.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/config-dist.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- config-dist.php 9 Apr 2002 20:53:07 -0000 1.14
+++ config-dist.php 11 Apr 2002 22:03:57 -0000 1.15
@@ -22,7 +22,7 @@
// $Id$
// Database Config
-define ('DB_TYPE', '{db_type}'); // using PHPlib file naming (mysql | pgsql)
+define ('DB_TYPE', '{db_type}'); // using PEAR::DB naming (mysql, pgsql, etc.)
define ('DB_HOST', '{db_host}'); // hostname of database server
define ('DB_DATABASE', '{db_database}'); // database name
define ('DB_USER', '{db_user}'); // username for database connection
|