[phpwebapp-commits] CVS: smewebapp/config const.DB.php,1.1.1.1,1.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-03-27 10:02:05
|
Update of /cvsroot/phpwebapp/smewebapp/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20768/config Modified Files: const.DB.php Log Message: Index: const.DB.php =================================================================== RCS file: /cvsroot/phpwebapp/smewebapp/config/const.DB.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** const.DB.php 25 Mar 2004 16:04:09 -0000 1.1.1.1 --- const.DB.php 27 Mar 2004 09:50:59 -0000 1.2 *************** *** 6,11 **** */ define("DBHOST", "localhost"); ! define("DBUSER", "dasho"); ! define("DBPASS", "dasho"); define("DBNAME", "ilar"); ?> --- 6,11 ---- */ define("DBHOST", "localhost"); ! define("DBUSER", "root"); ! define("DBPASS", ""); define("DBNAME", "ilar"); ?> |