보고된 버그 수정

This commit is contained in:
chicpro
2014-06-27 10:12:06 +09:00
parent a949c32b4c
commit 41aac91146
4 changed files with 17 additions and 4 deletions

View File

@ -90,7 +90,7 @@ if($_POST['js'] == "on") {
if (!$is_member)
{
$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);
alert('회원만 가능합니다.', $href);
}