From af0adbbdfa262c3782de4d7f57e87fb7705f9397 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Tue, 5 Jan 2016 21:36:01 +0100 Subject: explicitly set Content-Type header to text/html Closes #128 --- host.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host.php') diff --git a/host.php b/host.php index 91e37f0..8c2f0a7 100644 --- a/host.php +++ b/host.php @@ -4,6 +4,8 @@ require_once 'conf/common.inc.php'; require_once 'inc/html.inc.php'; require_once 'inc/collectd.inc.php'; +header("Content-Type: text/html"); + $host = GET('h'); $plugin = GET('p'); -- cgit v1.1