Add buttons to clear apcu and opcache

This commit is contained in:
Kijin Sung 2021-02-05 20:45:11 +09:00
parent 9160b867aa
commit 80b235001e
6 changed files with 53 additions and 2 deletions

View file

@ -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.';