최신그누보드에서 글쓰기 게시판에 보안 ssl 적용안하게 할려면... 정보
최신그누보드에서 글쓰기 게시판에 보안 ssl 적용안하게 할려면...
본문
<?
if ($g4[https_url])
echo "f.action = '$g4[https_url]/$g4[bbs]/write_update.php';";
else
echo "f.action = './write_update.php';";
?>
config.php 를 수정후 위소스처럼 게시판스킨 write_skin.php에적용하면 ssl 보안적용이 됩니다만..
게시판에 보안적용이 안되게 할려면 어떻게 write_skin.php 소스를 수정해야 하는지요?
if ($g4[https_url])
echo "f.action = '$g4[https_url]/$g4[bbs]/write_update.php';";
else
echo "f.action = './write_update.php';";
?>
config.php 를 수정후 위소스처럼 게시판스킨 write_skin.php에적용하면 ssl 보안적용이 됩니다만..
게시판에 보안적용이 안되게 할려면 어떻게 write_skin.php 소스를 수정해야 하는지요?
( select a.* , ( select sum(co_count) as co_count from g4_qa_choose where mb_id=a.mb_id and bo_table = 'g4_qa' ) as q_co_count from `g4_write_g4_qa` a where wr_parent = '240776' and wr_8 != '' and wr_is_comment = 1 and CONVERT(wr_7, UNSIGNED) >= 5 group by wr_content having max(wr_7) order by CONVERT(wr_7, UNSIGNED) desc limit 3 )
1055 : Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'sir.a.wr_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
error file : /15sir/bbs/board.php