mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 15:52:17 +09:00
Fix #810 do not add current IP to sitelock whitelist automatically
사이트 잠금 상태에서도 관리자는 로그인할 수 있도록 변경되었으므로 더이상 관리자의 IP 주소를 강제로 추가해 줄 필요가 없음.
This commit is contained in:
parent
5e296e54e2
commit
141aabdaf7
6 changed files with 1 additions and 25 deletions
|
|
@ -346,7 +346,6 @@ $lang->sitelock_whitelist = 'IPs allowed to access';
|
|||
$lang->sitelock_title = 'Sign Title';
|
||||
$lang->sitelock_message = 'Sign Contents';
|
||||
$lang->sitelock_message_help = 'You can use HTML tags.';
|
||||
$lang->sitelock_warning_whitelist = 'You should include the IP of the administrator here.';
|
||||
$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.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue