|
From: Jon O. <jon...@us...> - 2005-09-09 16:38:28
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1122 Modified Files: config.php Log Message: forgotten images removed bad config.php Index: config.php =================================================================== RCS file: /cvsroot/mxbb/core/config.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** config.php 8 Sep 2005 21:16:18 -0000 1.8 --- config.php 9 Sep 2005 16:38:20 -0000 1.9 *************** *** 6,25 **** // 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); - - define('PHPBB_INSTALLED', true); ?> \ No newline at end of file --- 6,10 ---- |