aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2016-03-24 18:00:42 +0100
committerTristan Darricau <tristan.darricau@sensiolabs.com>2016-03-24 18:00:42 +0100
commita9b6a537c58d6abf3952010c91501c61c172ddbd (patch)
tree64e670ed0617f648f13fa7e2520ee4b25a8bf980 /phpBB/phpbb/db
parent7e2c8f188524762f3af122fa1d9a622e250accc3 (diff)
parent2e3f89444a7bad3e723b4a990b7c1c1a46914c81 (diff)
downloadforums-a9b6a537c58d6abf3952010c91501c61c172ddbd.tar
forums-a9b6a537c58d6abf3952010c91501c61c172ddbd.tar.gz
forums-a9b6a537c58d6abf3952010c91501c61c172ddbd.tar.bz2
forums-a9b6a537c58d6abf3952010c91501c61c172ddbd.tar.xz
forums-a9b6a537c58d6abf3952010c91501c61c172ddbd.zip
Merge pull request #4243 from marc1706/ticket/14136-3.2.x
[ticket/14136] Add back X-UA-Compatible meta tag * marc1706/ticket/14136-3.2.x: [ticket/14136] Add back X-UA-Compatible meta tag
Diffstat (limited to 'phpBB/phpbb/db')
-rw-r--r--phpBB/phpbb/db/driver/driver.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/db/driver/driver.php b/phpBB/phpbb/db/driver/driver.php
index 30cb667344..214c5590e7 100644
--- a/phpBB/phpbb/db/driver/driver.php
+++ b/phpBB/phpbb/db/driver/driver.php
@@ -1041,6 +1041,7 @@ abstract class driver implements driver_interface
<html dir="ltr">
<head>
<meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SQL Report</title>
<link href="' . htmlspecialchars($phpbb_path_helper->update_web_root_path($phpbb_root_path) . $phpbb_path_helper->get_adm_relative_path()) . 'style/admin.css" rel="stylesheet" type="text/css" media="screen" />
</head>