|
From: Markus P. <mar...@us...> - 2005-04-03 12:34:13
|
Update of /cvsroot/mxbb/core/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13474 Modified Files: mx_install.php Log Message: Remove template S_INSTALL_METHOD (unused). Index: mx_install.php =================================================================== RCS file: /cvsroot/mxbb/core/install/mx_install.php,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** mx_install.php 26 Mar 2005 02:48:04 -0000 1.38 --- mx_install.php 3 Apr 2005 12:34:04 -0000 1.39 *************** *** 54,58 **** // This is shown in the top right corner of the installation panels. // ! define('INSTALLER_VERSION', '1.0.7'); define('INSTALLER_NAME', 'mxBB-Installer'); --- 54,58 ---- // This is shown in the top right corner of the installation panels. // ! define('INSTALLER_VERSION', '1.0.8'); define('INSTALLER_NAME', 'mxBB-Installer'); *************** *** 921,925 **** 'L_SUBMIT' => $lang['Start_Install'], - 'S_INSTALL_METHOD' => $select_install_method, 'S_PHPBB_PATH' => $select_phpbb_path, 'MX_DB_PREFIX' => ( !empty($mx_table_prefix) ? $mx_table_prefix : 'mx_' ), --- 921,924 ---- |