From e4821f6c30b9211cf836ae706aa79356f780bb0a Mon Sep 17 00:00:00 2001 From: lbergman Date: Fri, 22 Sep 2000 15:57:53 +0000 Subject: [PATCH] Added patch from Jan git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@753 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/download.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/download.php b/src/download.php index 1e094456..d516cf1f 100644 --- a/src/download.php +++ b/src/download.php @@ -13,8 +13,8 @@ include("../config/config.php"); if (!isset($strings_php)) include("../functions/strings.php"); - if (!isset($page_header_php)) - include("../functions/page_header.php"); +// if (!isset($page_header_php)) +// include("../functions/page_header.php"); if (!isset($imap_php)) include("../functions/imap.php"); if (!isset($mime_php)) -- 2.25.1