diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-06-09 14:16:35 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-06-09 14:16:35 +0200 |
commit | ba5c53e5c3894bcbbc33dfd3271583e44c35de25 (patch) | |
tree | adb5d36645ad1aa1c8a74b41e5bde31ad6aabef4 /index.php | |
parent | 20ac879b4b346cc6ebb73ad65dcd762fb68a9a5d (diff) |
Send X-UA-Compatible as HTTP header instead of meta tag
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); |