Update of /cvsroot/phpslash/phpslash-ft/public_html
In directory usw-pr-cvs1:/tmp/cvs-serv1144/public_html
Modified Files:
config.php3
Log Message:
Fixing unqouted strings
Index: config.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/config.php3,v
retrieving revision 1.133
retrieving revision 1.134
diff -C2 -d -r1.133 -r1.134
*** config.php3 15 Apr 2002 15:47:40 -0000 1.133
--- config.php3 27 Apr 2002 20:31:10 -0000 1.134
***************
*** 82,87 ****
$_PSL['DB_Host'] = "localhost";
! $_PSL['DB_Database'] = "psl";
! $_PSL['DB_User'] = "psl";
$_PSL['DB_Password'] = "foo";
--- 82,87 ----
$_PSL['DB_Host'] = "localhost";
! $_PSL['DB_Database'] = "pslft";
! $_PSL['DB_User'] = "pslft";
$_PSL['DB_Password'] = "foo";
|