$my['level'] || strpos('_'.$d['bbs']['perm_g_write'],'['.$my['mygroup'].']')) { $markup_file = 'permcheck'; //잠김페이지 전달 (테마 내부 _html/permcheck.html) $result['isperm'] = false; $skin=new skin($markup_file); $result['main']=$skin->make(); } if ($R['uid'] && $reply != 'Y') { if ($my['uid'] != $R['mbruid']) { if (!strpos('_'.$_SESSION['module_'.$m.'_pwcheck'],'['.$R['uid'].']')) { $markup_file = 'pwcheck'; //인증페이지 전달 (테마 내부 _html/pwcheck.html) $result['isperm'] = false; $skin=new skin($markup_file); $result['main']=$skin->make(); } } } } if ($result['isperm']==true) { $_SESSION['wcode'] = $date['totime']; $result['pcode']=$date['totime']; } echo json_encode($result); exit; ?>