최신글 캐시파일 include로 수정

This commit is contained in:
chicpro
2014-02-14 14:44:01 +09:00
parent 9624eeb11a
commit a770007e4d

View File

@ -34,7 +34,7 @@ function latest($skin_dir='', $bo_table, $rows=10, $subject_len=40, $cache_time=
}
if(!$cache_fwrite)
include_once($cache_file);
include($cache_file);
}
}