Fix #810 do not add current IP to sitelock whitelist automatically

사이트 잠금 상태에서도 관리자는 로그인할 수 있도록 변경되었으므로
더이상 관리자의 IP 주소를 강제로 추가해 줄 필요가 없음.
This commit is contained in:
Kijin Sung 2017-05-07 22:07:40 +09:00
parent 5e296e54e2
commit 141aabdaf7
6 changed files with 1 additions and 25 deletions

View file

@ -212,7 +212,6 @@ $lang->sitelock_whitelist = '接近許可IP';
$lang->sitelock_title = '案内文タイトル';
$lang->sitelock_message = '案内文内容';
$lang->sitelock_message_help = 'HTMLタグを使用できます。';
$lang->sitelock_warning_whitelist = 'ここに管理者のIPを必ず記入てください。';
$lang->your_ip = '接続したIP';
$lang->sitelock_in_use = 'サイトロック状態です。';
$lang->about_sitelock_in_use = '管理者との接続が許可されたIPのみのサイトの利用が可能です。';