mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Add buttons to clear apcu and opcache
This commit is contained in:
parent
9160b867aa
commit
80b235001e
6 changed files with 53 additions and 2 deletions
|
|
@ -402,4 +402,6 @@ $lang->your_ip = 'Your IP';
|
|||
$lang->sitelock_in_use = 'This site is locked.';
|
||||
$lang->about_sitelock_in_use = 'Only the administrator and visitors from specified IP addresses can access this site.';
|
||||
$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->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.';
|
||||
Loading…
Add table
Add a link
Reference in a new issue