Merge branch 'master' into sns
Conflicts: bbs/register_form_update.php config.php extend/.htaccess plugin/kcp/kcpcert.head.skin.php skin/board/basic/view_comment.skin.php
This commit is contained in:
@ -9,10 +9,6 @@ auth_check($auth[$sub_menu], 'w');
|
||||
if ($is_admin != 'super')
|
||||
alert('최고관리자만 접근 가능합니다.');
|
||||
|
||||
if ($member['mb_password'] != sql_password($_POST['admin_password'])) {
|
||||
alert('패스워드가 다릅니다.');
|
||||
}
|
||||
|
||||
$mb = get_member($cf_admin);
|
||||
if (!$mb['mb_id'])
|
||||
alert('최고관리자 회원아이디가 존재하지 않습니다.');
|
||||
|
||||
Reference in New Issue
Block a user