[Easymod-cvs] easymod2/mods/easymod/languages lang_easymod_english.php, 1.14, 1.15
Status: Beta
Brought to you by:
wgeric
From: Eric F. <wg...@us...> - 2007-02-22 03:32:32
|
Update of /cvsroot/easymod/easymod2/mods/easymod/languages In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv20896/languages Modified Files: lang_easymod_english.php Log Message: - MODs can't edit files with 'config' in them. Makes it so can't edit config.php - Attempt to move a .htaccess file into place so that you can't browse the mods folder after installing EasyMOD - Removed the EasyMOD version check on install. Index: lang_easymod_english.php =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/languages/lang_easymod_english.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** lang_easymod_english.php 9 Feb 2007 00:49:26 -0000 1.14 --- lang_easymod_english.php 22 Feb 2007 03:32:21 -0000 1.15 *************** *** 230,234 **** $lang['EM_more_info'] = 'More information'; $lang['EM_see_file_access'] = 'Let\'s see what you have for file access. You do not need everything to read \'ok\'.'; ! $lang['EN_reinstall_version'] = 'If you are trying to reinstall this version, change the EM version number from the Admin Control Panel under EasyMOD Settings. Or you could also use the EM Version Changer (by GPHemsley) <a href="http://area51.phpbb.com/phpBB/viewtopic.php?f=24&t=13559&start=17#92295">here</a>.'; $lang['EM_simple_mode'] = 'Simple Mode'; $lang['EM_advanced_mode'] = 'Advanced Mode'; --- 230,234 ---- $lang['EM_more_info'] = 'More information'; $lang['EM_see_file_access'] = 'Let\'s see what you have for file access. You do not need everything to read \'ok\'.'; ! $lang['EN_reinstall_version'] = 'If you are trying to reinstall this version, change the EM version number from the Admin Control Panel under EasyMOD Settings. Or you could also use the EM Version Changer (by GPHemsley) <a href="http://area51.phpbb.com/phpBB/viewtopic.php?p=92295#p92295">here</a>.'; $lang['EM_simple_mode'] = 'Simple Mode'; $lang['EM_advanced_mode'] = 'Advanced Mode'; *************** *** 431,434 **** --- 431,435 ---- $lang['EM_store_files'] = 'Storing processed files table'; $lang['EM_do_worry'] = 'Could not successfully update table. Something is wrong and install cannot complete.'; + $lang['EM_move_htaccess'] = 'Moving protective .htaccess file into place'; $lang['EM_complete_post'] = 'Completing Post-Process'; $lang['EM_admin_panel'] = 'You can now proceed to the Admin Control Panel and select "Install MODs" under "MOD Center". You may install the included MODs if you desire. Return to <a href="%s">Forum Index</a>.'; *************** *** 509,512 **** --- 510,514 ---- $lang['EM_err_find_fail'] = 'FIND FAILED: In file [%s] could not find'; $lang['EM_err_ifind_fail'] = 'IN-LINE FIND FAILED: In file [%s] could not find'; + $lang['EM_error_edit_config'] = '<b>Critical Error:</b> This MOD is trying to edit config.php. This is a security risk. MOD will not be installed.'; // admin_easymod errors |