Merge branch 'g5'

This commit is contained in:
chicpro
2014-06-24 18:05:03 +09:00
3 changed files with 16 additions and 3 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);
}