관리자: 리디자인 16, 관리자 패스워드 확인
This commit is contained in:
@ -556,7 +556,7 @@ $pg_anchor = "
|
||||
<legend>XSS 혹은 CSRF 방지</legend>
|
||||
<p>관리자 권한을 탈취당하는 경우를 대비하여 패스워드를 다시 한번 확인합니다.</p>
|
||||
<label for="admin_password">관리자 패스워드<strong class="sound_only">필수</strong></label>
|
||||
<input type="password" id="admin_password" name="admin_password" class="required">
|
||||
<input type="password" id="admin_password" name="admin_password" class="required frm_input">
|
||||
</fieldset>
|
||||
|
||||
<div class="btn_confirm">
|
||||
|
||||
@ -164,11 +164,11 @@ $colspan = 15;
|
||||
$intercept_title = '';
|
||||
if ($row['mb_leave_date']) {
|
||||
$mb_id = $mb_id;
|
||||
$leave_msg = '탈퇴함';
|
||||
$leave_msg = '<br>탈퇴함';
|
||||
}
|
||||
else if ($row['mb_intercept_date']) {
|
||||
$mb_id = $mb_id;
|
||||
$intercept_msg = '차단됨';
|
||||
$intercept_msg = '<br>차단됨';
|
||||
$intercept_title = '차단해제';
|
||||
}
|
||||
if ($intercept_title == '')
|
||||
|
||||
Reference in New Issue
Block a user