코멘트 폼 및 게시판 패스워드 action url에 https 처리

This commit is contained in:
thisgun
2017-07-03 14:25:59 +09:00
parent 59881232bf
commit 3ea7b8e03e
10 changed files with 22 additions and 20 deletions

View File

@ -337,5 +337,5 @@ else if ($w == 'cu') // 댓글 수정
delete_cache_latest($bo_table);
goto_url('./board.php?bo_table='.$bo_table.'&wr_id='.$wr['wr_parent'].'&'.$qstr.'&#c_'.$comment_id);
goto_url(G5_HTTP_BBS_URL.'/board.php?bo_table='.$bo_table.'&wr_id='.$wr['wr_parent'].'&'.$qstr.'&#c_'.$comment_id);
?>