Fix document type on IE intranet pages

This commit is contained in:
Mike Koch 2017-08-12 21:41:41 -04:00
parent efbf38ca33
commit 65576d5c43
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(); $modsForHesk_settings = mfh_getSettings();
} }
header('X-UA-Compatible: IE=edge');
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>

View File

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