|
From: Jon O. <jon...@us...> - 2005-08-20 18:19:25
|
Update of /cvsroot/mxbb/core/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21797/install Modified Files: mx_install.php Log Message: Major commit Adding new adminCP, blockCP and many new oo components Finally finalizing latest months hard work :-) Index: mx_install.php =================================================================== RCS file: /cvsroot/mxbb/core/install/mx_install.php,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** mx_install.php 17 Apr 2005 18:28:35 -0000 1.45 --- mx_install.php 20 Aug 2005 18:19:11 -0000 1.46 *************** *** 578,582 **** if( @file_exists($mx_root_path . 'cache/block_config.xml') ) { ! include($mx_root_path . "cache/mx_cache.$phpEx"); write_cache_config(); $process_msgs[] = $lang['Cache_generate']; --- 578,582 ---- if( @file_exists($mx_root_path . 'cache/block_config.xml') ) { ! include($mx_root_path . "cache/mx_functions_core$phpEx"); write_cache_config(); $process_msgs[] = $lang['Cache_generate']; *************** *** 592,596 **** { $portal_config = $db->sql_fetchrow($result); ! include($mx_root_path . "includes/mx_cache.$phpEx"); update_session_cache(); $process_msgs[] = $lang['Cache_generate']; --- 592,596 ---- { $portal_config = $db->sql_fetchrow($result); ! include($mx_root_path . "includes/mx_functions_core.$phpEx"); update_session_cache(); $process_msgs[] = $lang['Cache_generate']; |