게시판 제목에 "가 들어가는 경우 캐시파일 생성시 오류 발생 수정
This commit is contained in:
@ -54,7 +54,7 @@ function latest($skin_dir='', $bo_table, $rows=10, $subject_len=40, $cache_time=
|
|||||||
|
|
||||||
if($cache_fwrite) {
|
if($cache_fwrite) {
|
||||||
$handle = fopen($cache_file, 'w');
|
$handle = fopen($cache_file, 'w');
|
||||||
$cache_content = "<?php\nif (!defined('_GNUBOARD_')) exit;\n\$bo_subject=\"".$bo_subject."\";\n\$list=".var_export($list, true)."?>";
|
$cache_content = "<?php\nif (!defined('_GNUBOARD_')) exit;\n\$bo_subject='".$bo_subject."';\n\$list=".var_export($list, true)."?>";
|
||||||
fwrite($handle, $cache_content);
|
fwrite($handle, $cache_content);
|
||||||
fclose($handle);
|
fclose($handle);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user