Searched refs:http_accept (Results 1 – 2 of 2) sorted by relevance
140 $http_accept = 'application/xhtml+xml'; variable142 $http_accept = 'application/xml'; variable144 $http_accept = 'text/xml'; variable148 $http_accept = 'application/xhtml+xml'; variable150 $http_accept = 'text/html'; variable153 $http_accept = 'text/html'; variable156 header('Content-Type: '.$http_accept.'; charset=utf-8');158 if ($http_accept === 'text/html') {
427 $http_accept = trim($_SERVER['HTTP_ACCEPT']);430 $accepted = explode(',', $http_accept);