From 9e54e6fd455326185b54b5e2cb1b7936c7817670 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 23 Sep 2011 06:11:27 -0400 Subject: [PATCH] - Make the whole PHP output non-cacheable (#1487797) --- program/steps/mail/show.inc | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/program/steps/mail/show.inc b/program/steps/mail/show.inc index 0766583..97cac58 100644 --- a/program/steps/mail/show.inc +++ b/program/steps/mail/show.inc @@ -30,8 +30,6 @@ rcmail_message_error($uid); } - send_nocacheing_headers(); - $mbox_name = $IMAP->get_mailbox_name(); // show images? -- Gitblit v1.9.1