From ca29b81004eea3cff3f249e95235ba544730a4e7 Mon Sep 17 00:00:00 2001 From: thomppj Date: Wed, 6 Dec 2000 08:33:21 +0000 Subject: [PATCH] little fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@866 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/download.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/download.php b/src/download.php index d124ccb1..ad291fe6 100644 --- a/src/download.php +++ b/src/download.php @@ -27,7 +27,6 @@ function viewText($color, $body, $id, $entid, $mailbox, $type1, $wrap_at) { global $where, $what, $charset; global $startMessage; - displayPageHeader($color, "None"); @@ -143,7 +142,6 @@ break; default: $body = decodeBody($body, $header->encoding); -// header("Pragma: "); header("Content-type: $type0/$type1; name=\"$filename\""); header("Content-Disposition: attachment; filename=\"$filename\""); echo $body; -- 2.25.1