Merge branch '577-ie-fix' into '3-1-1'

Fix document type on IE intranet pages

See merge request !67
This commit is contained in:
Mike Koch 2017-08-13 01:43:59 +00:00
commit 9bffcfdf6a
2 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,7 @@ if (is_dir(HESK_PATH . 'install')) {
$modsForHesk_settings = mfh_getSettings();
}
header('X-UA-Compatible: IE=edge');
?>
<!DOCTYPE html>
<html>

View File

@ -21,6 +21,8 @@ if (!defined('IN_SCRIPT')) {
define('ADMIN_PAGE', true);
$modsForHesk_settings = mfh_getSettings();
header('X-UA-Compatible: IE=edge');
?>
<!DOCTYPE html>
<html>