네이버 신디케이션 적용

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

@ -93,6 +93,9 @@ while ($row = sql_fetch_array($result))
// 파일테이블 행 삭제
sql_query(" delete from {$g4['board_file_table']} where bo_table = '$bo_table' and wr_id = '{$row['wr_id']}' ");
// syndication ping
include G4_BBS_PATH.'/syndi/include/include.bbs.delete.php';
$count_write++;
}
else