그누보드 5.0.26 수정내역 적용

This commit is contained in:
chicpro
2015-01-05 10:18:00 +09:00
parent d5db75a4c9
commit 489c859d3e
4 changed files with 20 additions and 11 deletions

View File

@ -5,10 +5,11 @@ include_once(G5_PATH.'/head.sub.php');
if ($is_guest) {
$href = './login.php?'.$qstr.'&url='.urlencode('./board.php?bo_table='.$bo_table.'&wr_id='.$wr_id);
$href2 = str_replace('&', '&', $href);
echo <<<HEREDOC
<script>
alert('회원만 접근 가능합니다.');
opener.location.href = '$href';
opener.location.href = '$href2';
window.close();
</script>
<noscript>