From b88babda0872ae8e0f3eef99e628896196c1887f Mon Sep 17 00:00:00 2001 From: kink Date: Wed, 6 Nov 2002 16:50:12 +0000 Subject: [PATCH] Remove weird duplicate git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4117 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/redirect.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/redirect.php b/src/redirect.php index bcc939e2..8ca31543 100644 --- a/src/redirect.php +++ b/src/redirect.php @@ -129,10 +129,6 @@ sqsession_register($attachment_common_types_parsed, 'attachment_common_types_par $debug = false; -if (isset($_SERVER['HTTP_ACCEPT']) && - !isset($attachment_common_types_parsed[$_SERVER['HTTP_ACCEPT']])) { - attachment_common_parse($_SERVER['HTTP_ACCEPT'], $debug); -} if (isset($_SERVER['HTTP_ACCEPT']) && !isset($attachment_common_types_parsed[$_SERVER['HTTP_ACCEPT']])) { attachment_common_parse($_SERVER['HTTP_ACCEPT'], $debug); -- 2.25.1