|
From: Benjamin C. <bc...@us...> - 2001-11-30 06:21:46
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv5301
Modified Files:
config.php
Log Message:
Fixed a bug with the rendering of the select boxes
Index: config.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/config.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- config.php 2001/11/30 06:07:27 1.18
+++ config.php 2001/11/30 06:21:43 1.19
@@ -26,10 +26,10 @@
// Database Config
define ('DB_TYPE', 'mysql'); // using PHPlib file naming
-define ('DB_HOST', 'localhost');
+define ('DB_HOST', 'stinky');
define ('DB_DATABASE', 'BugTracker');
define ('DB_USER', 'root');
-define ('DB_PASSWORD', '');
+define ('DB_PASSWORD', 'howdy');
// Database Table Config
// you can change either the prefix of the table names or each table name individually
|