|
From: Benjamin C. <bc...@us...> - 2001-08-21 16:50:31
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv29582
Modified Files:
include.php
Log Message:
doh
Index: include.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/include.php,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- include.php 2001/08/21 16:43:23 1.35
+++ include.php 2001/08/21 16:50:27 1.36
@@ -60,7 +60,7 @@
var $Host = 'localhost';
var $Database = 'BugTracker';
var $User = 'root';
- var $Password = 'gr8val20';
+ var $Password = '';
function grab($q_string = '') {
if ($q_string) $this->query($q_string);
|