Merge branch 'g5'

This commit is contained in:
chicpro
2014-12-29 10:11:55 +09:00

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>