Remove warning about using IE8 in the admin module

This commit is contained in:
Kijin Sung 2022-12-18 01:38:03 +09:00
parent 7f51e823cd
commit 840a994a91
4 changed files with 2 additions and 17 deletions

View file

@ -389,7 +389,6 @@ $lang->thu = 'Thu';
$lang->fri = 'Fri';
$lang->sat = 'Sat';
$lang->sun = 'Sun';
$lang->checkBrowserIE8 = 'If you use a browser under IE8, admin page will not function normally.';
$lang->subtitle_sitelock = 'Site Lock';
$lang->use_sitelock = 'Use Site Lock';
$lang->sitelock_whitelist = 'IPs allowed to access';
@ -402,4 +401,4 @@ $lang->about_sitelock_in_use = 'Only the administrator and visitors from specifi
$lang->module_exists_in_wrong_path = 'Module(s) installed in incorrect path';
$lang->about_module_exists_in_wrong_path = 'The following module(s) appear to be installed in incorrect directories.<br />Please ignore this message if you have intentionally renamed a module for testing or debugging purposes.';
$lang->apcu_clear_cache_function_not_found = 'apcu is disabled on this server.';
$lang->opcache_reset_function_not_found = 'opcache is disabled on this server.';
$lang->opcache_reset_function_not_found = 'opcache is disabled on this server.';