[Phpslash-commit] CVS: phpslash-ft/public_html config.php3,1.136,1.137
Brought to you by:
joestewart,
nhruby
From: nathan h. <nh...@us...> - 2002-05-19 14:40:13
|
Update of /cvsroot/phpslash/phpslash-ft/public_html In directory usw-pr-cvs1:/tmp/cvs-serv32185/public_html Modified Files: config.php3 Log Message: fix bug 535287, mark for release of 065-final Index: config.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/config.php3,v retrieving revision 1.136 retrieving revision 1.137 diff -C2 -d -r1.136 -r1.137 *** config.php3 28 Apr 2002 02:08:27 -0000 1.136 --- config.php3 19 May 2002 14:40:10 -0000 1.137 *************** *** 12,19 **** # This is a comment also, it spans one line but we do not like these ! /* This is a comment as well, it can span multiple line like this, but you need to be sure to close it like so: */ ! $_PSL['version'] = '0.6.5-pre1'; /**** START DEBUGING - Comment or delete this for production! ****/ --- 12,19 ---- # This is a comment also, it spans one line but we do not like these ! /* This is a comment as well, it can span multiple lines like this, but you need to be sure to close it like so: */ ! $_PSL['version'] = '0.6.5'; /**** START DEBUGING - Comment or delete this for production! ****/ *************** *** 57,61 **** // $rooturl -> The base URL for the phpslash site ! $_PSL['rooturl'] = 'http://fatboy/ft/'; // $adminurl -> The base URL for the admin pages --- 57,61 ---- // $rooturl -> The base URL for the phpslash site ! $_PSL['rooturl'] = 'http://fatboy.mystic/nate/phpslash-ft/public_html'; // $adminurl -> The base URL for the admin pages *************** *** 82,87 **** $_PSL['DB_Host'] = "localhost"; ! $_PSL['DB_Database'] = "pslft"; ! $_PSL['DB_User'] = "pslft"; $_PSL['DB_Password'] = "foo"; --- 82,87 ---- $_PSL['DB_Host'] = "localhost"; ! $_PSL['DB_Database'] = "psl"; ! $_PSL['DB_User'] = "psl"; $_PSL['DB_Password'] = "foo"; |