[Lambda-cvs] lambda/includes config.php-dist,1.5,1.6
Status: Pre-Alpha
Brought to you by:
ariejan
From: Ariejan de V. <ar...@us...> - 2004-07-07 14:03:57
|
Update of /cvsroot/lambda/lambda/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6723 Modified Files: config.php-dist Log Message: Updated to set Smarty_dir Index: config.php-dist =================================================================== RCS file: /cvsroot/lambda/lambda/includes/config.php-dist,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** config.php-dist 7 Jul 2004 10:08:08 -0000 1.5 --- config.php-dist 7 Jul 2004 14:03:48 -0000 1.6 *************** *** 34,39 **** /* Username and password to connect to the Lambda Databse with */ ! $config['mysql']['username'] = 'lambda'; ! $config['mysql']['password'] = 'topsecret'; /* Name of the Lambda Database. Default is 'lambda' */ --- 34,39 ---- /* Username and password to connect to the Lambda Databse with */ ! $config['mysql']['username'] = 'root'; ! $config['mysql']['password'] = ''; /* Name of the Lambda Database. Default is 'lambda' */ *************** *** 78,80 **** --- 78,89 ---- define('DEBUG', 1); + /** + * DO NOT CHANGE ANYTHING BELOW THIS LINE!!! + **/ + + /* Path to Smarty -- DON'T CHANGE THIS! */ + define('SMARTY_DIR', LAMBDA_INCLUDE . "Smarty/"); + + /* Temporary directory for Lambda */ + define('LAMBDA_TMP', LAMBDA_PATH . "tmp/"); ?> \ No newline at end of file |