#238 optimizer 캐시 파일 생성시 no-cache등에 대한 header때문에 IE6에서 로그인/로그아웃 안되는 문제 발생하였고 이 부분을 제거

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2787 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-10-16 01:26:31 +00:00
parent 475bb019d5
commit 806975765c

View file

@ -121,9 +121,6 @@
header("Content-Type: {$content_type}; charset=UTF-8");
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Content-Length: ".filesize('{$content_filename}'));
{$gzip_header}
if(@file_exists("{$content_filename}")) {