[phpwebapp-commits] CVS: books/templates/docbook/view/webnotes DB.php,1.1.1.1,1.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2005-11-03 10:43:46
|
Update of /cvsroot/phpwebapp/books/templates/docbook/view/webnotes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4955/templates/docbook/view/webnotes Modified Files: DB.php Log Message: Index: DB.php =================================================================== RCS file: /cvsroot/phpwebapp/books/templates/docbook/view/webnotes/DB.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** DB.php 3 Nov 2005 08:11:47 -0000 1.1.1.1 --- DB.php 3 Nov 2005 10:43:32 -0000 1.2 *************** *** 2,7 **** //connection parameters $host = 'localhost'; ! $user = 'inima'; ! $passwd = 'inimapasswd'; $db = 'webnotes'; --- 2,7 ---- //connection parameters $host = 'localhost'; ! $user = 'dasho'; ! $passwd = 'dasho'; $db = 'webnotes'; |