네이버 신디케이션 적용

This commit is contained in:
gnuboard
2013-02-26 18:57:30 +09:00
parent 387e95bd1d
commit 65c3c8f501
31 changed files with 1792 additions and 4 deletions

View File

@ -175,6 +175,9 @@ if ($sw == "move")
sql_query(" update {$g4['board_table']} set bo_count_write = bo_count_write - '$save_count_write', bo_count_comment = bo_count_comment - '$save_count_comment' where bo_table = '$bo_table' ");
}
// syndication ping
include G4_BBS_PATH.'/syndi/include/include.bbs.move_update.php';
$msg = '해당 게시물을 선택한 게시판으로 '.$act.' 하였습니다.';
$opener_href = './board.php?bo_table='.$bo_table.'&page='.$page.'&'.$qstr;