From 59697a08470e9127ff87469311782e3820e5f07c Mon Sep 17 00:00:00 2001 From: thomppj Date: Wed, 6 Dec 2000 08:40:08 +0000 Subject: [PATCH] Removed cache-control header git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@867 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/download.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/download.php b/src/download.php index ad291fe6..d9502e0e 100644 --- a/src/download.php +++ b/src/download.php @@ -105,7 +105,6 @@ header("Pragma: "); header("Content-Description: SquirrelMail Attachment"); - header("Cache-Control: no-cache, must-revalidate"); if ($absolute_dl == "true") { switch($type0) { case "text": -- 2.25.1