|
From: FlorinCB <ory...@us...> - 2008-08-18 19:48:32
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20652 Modified Files: mx_functions.php Log Message: not fixed yet Index: mx_functions.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions.php,v retrieving revision 1.88 retrieving revision 1.89 diff -C2 -d -r1.88 -r1.89 *** mx_functions.php 10 Aug 2008 20:25:27 -0000 1.88 --- mx_functions.php 18 Aug 2008 19:48:26 -0000 1.89 *************** *** 10,16 **** */ ! if ( !defined( 'IN_PORTAL' ) ) { ! die( "Hacking attempt" ); } --- 10,16 ---- */ ! if (!defined('IN_PORTAL')) { ! die("Hacking attempt"); } *************** *** 2413,2416 **** --- 2413,2417 ---- } } + /** * update config.php values. *************** *** 2453,2457 **** $config_data .= '$'."dbpasswd = '$dbpasswd';\n\n"; $config_data .= '$'."mx_table_prefix = '$mx_table_prefix';\n\n"; ! $config_data .= "define('PORTAL_BACKEND', '$new_backend');\n\n"; $config_data .= "define('MX_INSTALLED', true);\n\n"; $config_data .= '?' . '>'; // Done this to prevent highlighting editors getting confused! --- 2454,2458 ---- $config_data .= '$'."dbpasswd = '$dbpasswd';\n\n"; $config_data .= '$'."mx_table_prefix = '$mx_table_prefix';\n\n"; ! $config_data .= "define('UTF_STATUS', '$new_backend');\n\n"; $config_data .= "define('MX_INSTALLED', true);\n\n"; $config_data .= '?' . '>'; // Done this to prevent highlighting editors getting confused! |