[Phpslash-commit] CVS: phpslash-ft/public_html config.php3,1.128,1.129
Brought to you by:
joestewart,
nhruby
|
From: nathan h. <nh...@us...> - 2002-03-03 16:07:57
|
Update of /cvsroot/phpslash/phpslash-ft/public_html
In directory usw-pr-cvs1:/tmp/cvs-serv20873/public_html
Modified Files:
config.php3
Log Message:
opefully fix Luis' bug
Index: config.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/config.php3,v
retrieving revision 1.128
retrieving revision 1.129
diff -C2 -d -r1.128 -r1.129
*** config.php3 8 Feb 2002 22:17:28 -0000 1.128
--- config.php3 3 Mar 2002 16:07:53 -0000 1.129
***************
*** 28,32 ****
// 1.1 Uncomment this only if you can't use a local php.ini or .htaccess
! require('/home/nathan/webDevel/php-lib-stable/php/prepend.php3');
// 1.11) Global Variables. (Don't add trailing slashes)
--- 28,32 ----
// 1.1 Uncomment this only if you can't use a local php.ini or .htaccess
! //require('/home/nathan/webDevel/php-lib-stable/php/prepend.php3');
// 1.11) Global Variables. (Don't add trailing slashes)
***************
*** 48,52 ****
// $basedir -> Complete filesystem path to the pages
! $_PSL['basedir'] = '/home/nathan/webDevel/phpslash-ft/public_html';
// $templatedir -> Path to the templates directory
--- 48,52 ----
// $basedir -> Complete filesystem path to the pages
! $_PSL['basedir'] = '';
// $templatedir -> Path to the templates directory
***************
*** 54,58 ****
// $classdir -> Path to the class directory
! $_PSL['classdir'] = '/home/nathan/webDevel/phpslash-ft/class';
// $rooturl -> The base URL for the phpslash site
--- 54,58 ----
// $classdir -> Path to the class directory
! $_PSL['classdir'] = '';
// $rooturl -> The base URL for the phpslash site
***************
*** 82,88 ****
$_PSL['DB_Host'] = "localhost";
! $_PSL['DB_Database'] = "pslft";
! $_PSL['DB_User'] = "pslft";
! $_PSL['DB_Password'] = "bar";
$_PSL['module']['Glossary'] = true;
--- 82,88 ----
$_PSL['DB_Host'] = "localhost";
! $_PSL['DB_Database'] = "";
! $_PSL['DB_User'] = "";
! $_PSL['DB_Password'] = "";
$_PSL['module']['Glossary'] = true;
|