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

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

@ -7,7 +7,6 @@ include_once('./_head.php');
<!-- 메인화면 최신글 시작 -->
<?
/*
// 최신글
$sql = " select bo_table from {$g4['board_table']} order by gr_id, bo_table ";
$result = sql_query($sql);
@ -27,7 +26,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
?>
</div>
<?
}*/
}
?>
<!-- 메인화면 최신글 끝 -->