|
From: Jon O. <jon...@us...> - 2008-01-31 22:05:46
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10895 Modified Files: config.php Log Message: ooops, sorry Index: config.php =================================================================== RCS file: /cvsroot/mxbb/core/config.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** config.php 30 Jan 2008 09:10:55 -0000 1.11 --- config.php 31 Jan 2008 22:05:36 -0000 1.12 *************** *** 6,19 **** // This file must be put into the mxBB Modular System directory, not into the phpBB directory. - $dbms = 'mysql'; - - $dbhost = 'localhost'; - $dbname = 'test'; - $dbuser = 'root'; - $dbpasswd = ''; - - $mx_table_prefix = 'mx_'; - - define('MX_INSTALLED', true); ?> \ No newline at end of file --- 6,9 ---- |