From 3be90e68daa91f3cbb5d8b7c8e0d63d7144b1858 Mon Sep 17 00:00:00 2001 From: ngleader Date: Fri, 4 Jun 2010 06:16:46 +0000 Subject: [PATCH] =?UTF-8?q?#18927520=20optimized=20file=20header=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7497 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/script.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/script.php b/common/script.php index 23aa51045..2d232dd3e 100644 --- a/common/script.php +++ b/common/script.php @@ -128,7 +128,7 @@ function printFileList($list){ $size = strlen($output); if($size > 0){ - header("Cache-Control: private, max-age=2592000"); + header("Cache-Control: private"); header("Pragma: cache"); header("Connection: close"); header("Last-Modified: " . substr(gmdate('r', $mtime), 0, -5). "GMT");