|
From: Benjamin C. <bc...@us...> - 2002-03-18 18:00:41
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv30783
Modified Files:
config.php
Log Message:
I hate it when I do that... sorry!
Index: config.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/config.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- config.php 18 Mar 2002 17:47:07 -0000 1.24
+++ config.php 18 Mar 2002 18:00:38 -0000 1.25
@@ -26,10 +26,10 @@
// Database Config
define ('DB_TYPE', 'mysql'); // using PHPlib file naming
-define ('DB_HOST', 'stinky');
+define ('DB_HOST', 'localhost');
define ('DB_DATABASE', 'BugTracker');
define ('DB_USER', 'root');
-define ('DB_PASSWORD', 'howdy');
+define ('DB_PASSWORD', '');
// Database Table Config
// you can change either the prefix of the table names or each table name individually
@@ -63,7 +63,6 @@
define ('ONEDAY', 86400);
-require_once (INSTALL_PATH.'/inc/db/'.DB_TYPE.'.php');
require_once (INSTALL_PATH.'/inc/auth.php');
require_once (INSTALL_PATH.'/inc/template.php');
|