From ba5c53e5c3894bcbbc33dfd3271583e44c35de25 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Mon, 09 Jun 2014 08:16:35 -0400 Subject: [PATCH] Send X-UA-Compatible as HTTP header instead of meta tag --- index.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/index.php b/index.php index 3674db1..ae5df40 100644 --- a/index.php +++ b/index.php @@ -44,6 +44,7 @@ // Make the whole PHP output non-cacheable (#1487797) $RCMAIL->output->nocacheing_headers(); +$RCMAIL->output->common_headers(); // turn on output buffering ob_start(); -- Gitblit v1.9.1