코멘트 폼 및 게시판 패스워드 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

@ -84,5 +84,5 @@ sql_query(" delete from {$g5['board_new_table']} where bo_table = '{$bo_table}'
delete_cache_latest($bo_table);
goto_url('./board.php?bo_table='.$bo_table.'&wr_id='.$write['wr_parent'].'&page='.$page. $qstr);
goto_url(G5_HTTP_BBS_URL.'/board.php?bo_table='.$bo_table.'&wr_id='.$write['wr_parent'].'&page='.$page. $qstr);
?>