글,댓글 쓰기시 캐시파일 삭제

This commit is contained in:
gnuboard
2013-02-19 13:03:56 +09:00
parent 57f617b2bd
commit 06f2c72d84
6 changed files with 28 additions and 15 deletions

View File

@ -312,5 +312,7 @@ else if ($w == 'cu') // 코멘트 수정
@include_once($board_skin_path.'/write_comment_update.skin.php');
@include_once($board_skin_path.'/write_comment_update.tail.skin.php');
delete_cache_latest($bo_table);
goto_url('./board.php?bo_table='.$bo_table.'&wr_id='.$wr['wr_parent'].'&page='.$page.$qstr.'&#c_'.$comment_id);
?>