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");
! ?>
|