|
From: Florin C B. <ory...@us...> - 2013-06-16 12:28:39
|
Update of /cvsroot/mxbb/core In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11658 Modified Files: config.php Log Message: Index: config.php =================================================================== RCS file: /cvsroot/mxbb/core/config.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** config.php 5 Feb 2008 14:51:28 -0000 1.13 --- config.php 16 Jun 2013 12:28:36 -0000 1.14 *************** *** 6,9 **** --- 6,21 ---- // This file must be put into the MX-Publisher Modular System directory, not into the phpBB directory. + $dbms = 'mysqli'; + + $dbhost = 'db2.xhost.ro'; + $dbname = 'caleacrestina_uv_ro01'; + $dbuser = 'caleacrestina_01'; + $dbpasswd = 'tZDvL7A2'; + $dbhost = 'localhost'; + $mx_table_prefix = 'ms_'; + + define('UTF_STATUS', 'phpbb3'); + + define('MX_INSTALLED', true); ?> \ No newline at end of file |