From 9e54e6fd455326185b54b5e2cb1b7936c7817670 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 23 Sep 2011 10:11:27 +0000 Subject: - Make the whole PHP output non-cacheable (#1487797) --- program/steps/mail/get.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'program/steps/mail/get.inc') diff --git a/program/steps/mail/get.inc b/program/steps/mail/get.inc index 4eccd287e..d4dcd0a84 100644 --- a/program/steps/mail/get.inc +++ b/program/steps/mail/get.inc @@ -64,8 +64,6 @@ if (!empty($_GET['_uid'])) { $MESSAGE = new rcube_message(get_input_value('_uid', RCUBE_INPUT_GET)); } -send_nocacheing_headers(); - // show part page if (!empty($_GET['_frame'])) { $OUTPUT->send('messagepart'); -- cgit v1.2.3