신디케이션 경로 오류 해결

This commit is contained in:
gnuboard
2013-04-12 08:51:11 +09:00
parent a4dad4d282
commit 3e4fbe7f12
9 changed files with 11 additions and 8 deletions

View File

@ -94,7 +94,7 @@ 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';
include G4_SYNDI_PATH.'/include/include.bbs.delete.php';
$count_write++;
}