diff --git a/inc/header.inc.php b/inc/header.inc.php index ca27118b..f35f50fa 100644 --- a/inc/header.inc.php +++ b/inc/header.inc.php @@ -43,6 +43,7 @@ if (is_dir(HESK_PATH . 'install')) { $modsForHesk_settings = mfh_getSettings(); } +header('X-UA-Compatible: IE=edge'); ?> diff --git a/inc/headerAdmin.inc.php b/inc/headerAdmin.inc.php index ce2f0f1d..20501baa 100644 --- a/inc/headerAdmin.inc.php +++ b/inc/headerAdmin.inc.php @@ -21,6 +21,8 @@ if (!defined('IN_SCRIPT')) { define('ADMIN_PAGE', true); $modsForHesk_settings = mfh_getSettings(); + +header('X-UA-Compatible: IE=edge'); ?>