|
From: Jon O. <jon...@us...> - 2005-08-20 18:27:40
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23765 Modified Files: config.php Log Message: adding search tables update utility Index: config.php =================================================================== RCS file: /cvsroot/mxbb/core/config.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** config.php 10 Mar 2005 19:44:23 -0000 1.6 --- config.php 20 Aug 2005 18:27:33 -0000 1.7 *************** *** 1,7 **** <?php ! /** ------------------------------------------------------------------------ ! * ! * $Id$ ! * ! **/ ?> \ No newline at end of file --- 1,27 ---- <?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); ! ! define('PHPBB_INSTALLED', true); ! ?> \ No newline at end of file |