Update of /cvsroot/phpwebapp/top10/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10079/config
Modified Files:
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.2
diff -C2 -d -r1.1.1.1 -r1.2
*** const.DB.php 23 Sep 2003 14:04:12 -0000 1.1.1.1
--- const.DB.php 22 Jul 2004 09:38:26 -0000 1.2
***************
*** 5,8 ****
define("DBUSER", "dasho");
define("DBPASS", "dasho");
! define("DBNAME", "sf");
! ?>
\ No newline at end of file
--- 5,8 ----
define("DBUSER", "dasho");
define("DBPASS", "dasho");
! define("DBNAME", "top10_db");
! ?>
|