[Phpslash-commit] CVS: phpslash-ft/public_html config.php3,1.133,1.134
Brought to you by:
joestewart,
nhruby
From: nathan h. <nh...@us...> - 2002-04-28 19:45:12
|
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"; |