In admin_easymod.php or admin_easymod.php.txt:
Find all ## lines: 1180, 1190, 1229
Code: Select all
message_die(GENERAL_MESSAGE, $lang['Comming_soon']);
Code: Select all
message_die(GENERAL_MESSAGE, $lang['Coming_soon']);
Code: Select all
message_die(GENERAL_ERROR, $lang['Comming_soon']);
Code: Select all
message_die(GENERAL_MESSAGE, $lang['Coming_soon']);
Code: Select all
else if ( $mode == 'unistall_mod' )
Code: Select all
else if ( $mode == 'uninstall' )