summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
86f660a)
Signed-off-by: Jerome Jutteau <mojo@couak.net>
$content_type = 'text/html; charset=utf-8';
$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';
header('Content-Type: ' . $content_type);
$protocol = (bool)is_ssl() ? 'https' : 'http';