From: Jerome Jutteau Date: Thu, 16 Jul 2015 09:02:39 +0000 (+0200) Subject: temporaly remove content type detection X-Git-Tag: 1.1~41 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/d36beb5721c5a2fbda02c947e6953a490fa6aac6?ds=sidebyside;hp=86f660ae2759601c0973edacd5f72782d832a992 temporaly remove content type detection Signed-off-by: Jerome Jutteau --- diff --git a/lib/template/header.php b/lib/template/header.php index 2edb4ea..91f857e 100644 --- a/lib/template/header.php +++ b/lib/template/header.php @@ -3,9 +3,6 @@ header('Vary: Accept'); $content_type = 'text/html; charset=utf-8'; -if (stristr ($_SERVER['HTTP_ACCEPT'], 'application/xhtml+xml')) - $content_type = 'application/xhtml+xml; charset=utf-8'; - header('Content-Type: ' . $content_type); $protocol = (bool)is_ssl() ? 'https' : 'http';