|
From: Jon O. <jon...@us...> - 2005-09-08 21:16:31
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14010 Modified Files: config.php Log Message: fixing up installer and search and site log Index: config.php =================================================================== RCS file: /cvsroot/mxbb/core/config.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** config.php 20 Aug 2005 18:27:33 -0000 1.7 --- config.php 8 Sep 2005 21:16:18 -0000 1.8 *************** *** 1,23 **** <?php ! ! // MX-Portal auto-generated config file // Do not change anything in this file! ! ! // This file must be put into the portal directory, not into the phpBB directory. $dbms = 'mysql'; $dbhost = 'localhost'; ! $dbname = 'core'; $dbuser = 'Jon'; $dbpasswd = '1234'; ! $mx_table_prefix = 'mx2_'; $table_prefix = 'phpbb_'; ! $phpbb_root_path = $mx_root_path . 'phpBB2/'; define('MX_INSTALLED', true); --- 1,21 ---- <?php ! // mxBB-Portal auto-generated config file // Do not change anything in this file! ! // This file must be put into the mxBB-Portal directory, not into the phpBB directory. $dbms = 'mysql'; $dbhost = 'localhost'; ! $dbname = '276'; $dbuser = 'Jon'; $dbpasswd = '1234'; ! $mx_table_prefix = 'mx_'; $table_prefix = 'phpbb_'; ! $phpbb_root_path = $mx_root_path . 'core276/phpBB2/'; define('MX_INSTALLED', true); |