X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/7736957442e464ad66415e458330b9da6c47ae23..afbc9af82d3808d70d7d34c5908059838298ef2a:/lib/template/header.php diff --git a/lib/template/header.php b/lib/template/header.php index dd7ec3c..3c2af83 100644 --- a/lib/template/header.php +++ b/lib/template/header.php @@ -3,7 +3,8 @@ header('Vary: Accept'); $content_type = 'text/html; charset=utf-8'; -if (stristr ($_SERVER['HTTP_ACCEPT'], 'application/xhtml+xml')) +if (isset ($_SERVER['HTTP_ACCEPT']) && + stristr ($_SERVER['HTTP_ACCEPT'], 'application/xhtml+xml')) $content_type = 'application/xhtml+xml; charset=utf-8'; header('Content-Type: ' . $content_type); @@ -25,11 +26,11 @@ if (!isset ($cfg['style'])) else $style = $cfg['style']; -if (stristr ($_SERVER['HTTP_ACCEPT'], 'application/xhtml+xml')) +if (isset ($_SERVER['HTTP_ACCEPT']) && + stristr ($_SERVER['HTTP_ACCEPT'], 'application/xhtml+xml')) { ?> - + " rel="stylesheet" type="text/css" />
- +