Merge branch 'g5'
This commit is contained in:
@ -5,10 +5,11 @@ include_once(G5_PATH.'/head.sub.php');
|
|||||||
|
|
||||||
if ($is_guest) {
|
if ($is_guest) {
|
||||||
$href = './login.php?'.$qstr.'&url='.urlencode('./board.php?bo_table='.$bo_table.'&wr_id='.$wr_id);
|
$href = './login.php?'.$qstr.'&url='.urlencode('./board.php?bo_table='.$bo_table.'&wr_id='.$wr_id);
|
||||||
|
$href2 = str_replace('&', '&', $href);
|
||||||
echo <<<HEREDOC
|
echo <<<HEREDOC
|
||||||
<script>
|
<script>
|
||||||
alert('회원만 접근 가능합니다.');
|
alert('회원만 접근 가능합니다.');
|
||||||
opener.location.href = '$href';
|
opener.location.href = '$href2';
|
||||||
window.close();
|
window.close();
|
||||||
</script>
|
</script>
|
||||||
<noscript>
|
<noscript>
|
||||||
|
|||||||
Reference in New Issue
Block a user