mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Notify user if a module appears to be installed in an incorrect path (e.g. xe-modulename-master)
This commit is contained in:
parent
2ba01e521a
commit
00d17ec8fc
5 changed files with 32 additions and 4 deletions
|
|
@ -386,3 +386,5 @@ $lang->sitelock_message_help = 'You can use HTML tags.';
|
|||
$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.';
|
||||
Loading…
Add table
Add a link
Reference in a new issue