|
From: Florin C B. <ory...@us...> - 2010-10-11 23:00:09
|
Update of /cvsroot/mxbb/core In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv30802 Added Files: config.php.contrib Log Message: --- NEW FILE: config.php.contrib --- <?php /** ------------------------------------------------------------------------ * * $Id: config.php.contrib,v 1.3 2010/10/11 23:00:00 orynider Exp $ * This file must be put into the MX-Publisher Modular System directory, not into the phpBB directory. **/ // // MySql Information ( CHANGE HERE ) // $dbms = 'mysql4'; $dbhost = 'localhost'; $dbname = 'test'; $dbuser = 'root'; $dbpasswd = ''; // // Portal prefix table // $mx_table_prefix = 'mx_'; // // phpBB Prefix table // $table_prefix = 'phpbb_'; // // phpBB acm type for db api // $acm_type = 'file'; // // Portal is Installed // define('MX_INSTALLED', true); // // phpBB Is Intalled // define('PHPBB_INSTALLED', true); ?> |