|
From: Jon O. <jon...@us...> - 2007-07-22 22:29:05
|
Update of /cvsroot/mxbb/core/install In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28446 Modified Files: mx_install.php Log Message: updated mx_install.php removed another icon Index: mx_install.php =================================================================== RCS file: /cvsroot/mxbb/core/install/mx_install.php,v retrieving revision 1.77 retrieving revision 1.78 diff -C2 -d -r1.77 -r1.78 *** mx_install.php 9 Jul 2007 21:57:06 -0000 1.77 --- mx_install.php 22 Jul 2007 22:28:59 -0000 1.78 *************** *** 40,44 **** // This is shown in the top right corner of the installation panels. // ! define('INSTALLER_VERSION', '2.1.1'); define('INSTALLER_NAME', 'mxBB-IWizard'); --- 40,44 ---- // This is shown in the top right corner of the installation panels. // ! define('INSTALLER_VERSION', '2.1.2'); define('INSTALLER_NAME', 'mxBB-IWizard'); *************** *** 337,341 **** $s_hidden_fields = ''; ! 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']); --- 337,341 ---- $s_hidden_fields = ''; ! include_once($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']); |