Update of /cvsroot/mxbb/core27x/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4750/core27x/install Modified Files: mx_install.php Removed Files: mx_upgrade_changes_between_2.7.3_and_2.7.5.htm mx_upgrade_changes_between_2.7.5-pl4_and_2.7.6.htm mx_upgrade_changes_between_2.7.5_and_2.7.5-pl4.htm Log Message: massive commit, for 2.7.7 http://www.mx-system.com/forum/viewtopic.php?t=6902 --- mx_upgrade_changes_between_2.7.3_and_2.7.5.htm DELETED --- --- mx_upgrade_changes_between_2.7.5_and_2.7.5-pl4.htm DELETED --- --- mx_upgrade_changes_between_2.7.5-pl4_and_2.7.6.htm DELETED --- Index: mx_install.php =================================================================== RCS file: /cvsroot/mxbb/core27x/install/mx_install.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_install.php 6 May 2005 06:47:59 -0000 1.1 --- mx_install.php 26 May 2005 21:54:08 -0000 1.2 *************** *** 48,52 **** // $mx_portal_name = 'mxBB-Portal'; ! $mx_portal_version = '2.7.6'; // --- 48,52 ---- // $mx_portal_name = 'mxBB-Portal'; ! $mx_portal_version = '2.7.7'; // *************** *** 357,361 **** include($mx_root_path . "install/includes/template.$phpEx"); ! $template = new Template($mx_root_path . 'install/templates'); page_header_install($lang['Welcome_install'], $lang['Choose_lang_explain']); $template->set_filenames(array('language' => 'mx_install_language.tpl')); --- 357,361 ---- include($mx_root_path . "install/includes/template.$phpEx"); ! $template = new template($mx_root_path . 'install/templates'); page_header_install($lang['Welcome_install'], $lang['Choose_lang_explain']); $template->set_filenames(array('language' => 'mx_install_language.tpl')); *************** *** 473,477 **** include($mx_root_path . "install/includes/template.$phpEx"); ! $template = new Template($mx_root_path . 'install/templates'); page_header_install($lang['Welcome_install'], $instruction_text); $template->set_filenames(array('button' => 'mx_install_button.tpl')); --- 473,477 ---- include($mx_root_path . "install/includes/template.$phpEx"); ! $template = new template($mx_root_path . 'install/templates'); page_header_install($lang['Welcome_install'], $instruction_text); $template->set_filenames(array('button' => 'mx_install_button.tpl')); *************** *** 621,625 **** include($mx_root_path . "install/includes/template.$phpEx"); ! $template = new Template($mx_root_path . 'install/templates'); page_header_install($install_title, $message); $template->set_filenames(array('button' => 'mx_install_button.tpl')); --- 621,625 ---- include($mx_root_path . "install/includes/template.$phpEx"); ! $template = new template($mx_root_path . 'install/templates'); page_header_install($install_title, $message); $template->set_filenames(array('button' => 'mx_install_button.tpl')); *************** *** 644,648 **** // include($mx_root_path . "install/includes/template.$phpEx"); ! $template = new Template($mx_root_path . 'install/templates'); --- 644,648 ---- // include($mx_root_path . "install/includes/template.$phpEx"); ! $template = new template($mx_root_path . 'install/templates'); *************** *** 1040,1044 **** { include($mx_root_path . "install/includes/template.$phpEx"); ! $template = new Template($mx_root_path . 'install/templates'); page_header_install($lang['Installation_error'], $message); } --- 1040,1044 ---- { include($mx_root_path . "install/includes/template.$phpEx"); ! $template = new template($mx_root_path . 'install/templates'); page_header_install($lang['Installation_error'], $message); } *************** *** 1417,1421 **** // include($mx_root_path . "install/includes/template.$phpEx"); ! $template = new Template($mx_root_path . 'install/templates'); page_header_install('phpInfo()'); $template->set_filenames(array('phpinfo' => 'mx_install_phpinfo.tpl')); --- 1417,1421 ---- // include($mx_root_path . "install/includes/template.$phpEx"); ! $template = new template($mx_root_path . 'install/templates'); page_header_install('phpInfo()'); $template->set_filenames(array('phpinfo' => 'mx_install_phpinfo.tpl')); |