error_reporting에 E_NOTICE가 설정되어 있을 때 IE6에서 접속했을 경우 에러가 발생하는 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4540 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
wdlee91 2008-09-21 13:23:45 +00:00
parent 68fa55aaf8
commit 25316a9ffd

View file

@ -180,7 +180,7 @@ header("Last-Modified: '.substr(gmdate('r', $mtime), 0, -5).'GMT");
header("ETag: \"'.dechex($unique).'-".dechex($size)."-'.dechex($mtime).'\"");
if(!$cached) {
if(!$buff) {
if(empty($buff)) {
$f = fopen($content_filename,"r");
fpassthru($f);
} else print $buff;