mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
#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:
parent
475bb019d5
commit
806975765c
1 changed files with 0 additions and 3 deletions
|
|
@ -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}")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue