From: lbergman Date: Fri, 22 Sep 2000 15:57:53 +0000 (+0000) Subject: Added patch from Jan X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e4821f6c30b9211cf836ae706aa79356f780bb0a;p=squirrelmail.git Added patch from Jan git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@753 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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))