|
From: Benjamin C. <bc...@us...> - 2003-09-01 13:48:22
|
Update of /cvsroot/phpbt/phpbt
In directory sc8-pr-cvs1:/tmp/cvs-serv16600
Modified Files:
Tag: htmltemplates
config.php
Log Message:
Changed the way printable view works
Index: config.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/config.php,v
retrieving revision 1.38
retrieving revision 1.38.2.1
diff -u -r1.38 -r1.38.2.1
--- config.php 24 Jul 2003 04:47:13 -0000 1.38
+++ config.php 1 Sep 2003 13:48:18 -0000 1.38.2.1
@@ -27,9 +27,9 @@
// Database Config
define ('DB_TYPE', 'mysql'); // using PHPlib file naming
define ('DB_HOST', 'localhost');
-define ('DB_DATABASE', 'BugTracker');
+define ('DB_DATABASE', 'bug_tracker');
define ('DB_USER', 'root');
-define ('DB_PASSWORD', '');
+define ('DB_PASSWORD', 'howdy');
// Smarty templates location (leave blank if Smarty is in include path)
// If not blank, make sure the trailing slash is present.
|