[phpwebapp-commits] CVS: top10/config const.DB.php,1.1.1.1,1.1.1.1.2.1
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-01-06 15:22:45
|
Update of /cvsroot/phpwebapp/top10/config In directory sc8-pr-cvs1:/tmp/cvs-serv21756/config Modified Files: Tag: maisp const.DB.php Log Message: Index: const.DB.php =================================================================== RCS file: /cvsroot/phpwebapp/top10/config/const.DB.php,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1 *** const.DB.php 23 Sep 2003 14:04:12 -0000 1.1.1.1 --- const.DB.php 6 Jan 2004 15:22:42 -0000 1.1.1.1.2.1 *************** *** 3,8 **** define("DBHOST", "localhost"); ! define("DBUSER", "dasho"); ! define("DBPASS", "dasho"); ! define("DBNAME", "sf"); ! ?> \ No newline at end of file --- 3,8 ---- define("DBHOST", "localhost"); ! define("DBUSER", "inima_top10"); ! define("DBPASS", "inima_top10"); ! define("DBNAME", "inima_top10"); ! ?> |