mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Remove warning about using IE8 in the admin module
This commit is contained in:
parent
7f51e823cd
commit
840a994a91
4 changed files with 2 additions and 17 deletions
|
|
@ -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.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue