summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-06-09 14:16:35 +0200
committerAleksander Machniak <alec@alec.pl>2014-06-09 14:16:35 +0200
commitba5c53e5c3894bcbbc33dfd3271583e44c35de25 (patch)
treeadb5d36645ad1aa1c8a74b41e5bde31ad6aabef4 /index.php
parent20ac879b4b346cc6ebb73ad65dcd762fb68a9a5d (diff)
Send X-UA-Compatible as HTTP header instead of meta tag
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 3674db1d7..ae5df4000 100644
--- a/index.php
+++ b/index.php
@@ -44,6 +44,7 @@ $RCMAIL = rcmail::get_instance($GLOBALS['env']);
// Make the whole PHP output non-cacheable (#1487797)
$RCMAIL->output->nocacheing_headers();
+$RCMAIL->output->common_headers();
// turn on output buffering
ob_start();