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 --- index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index 94ecf80..b220241 100644 --- a/index.php +++ b/index.php @@ -4,6 +4,8 @@ include_once 'conf/common.inc.php'; include_once 'inc/collectd.inc.php'; require_once 'inc/html.inc.php'; +header("Content-Type: text/html"); + html_start(); $h = array(); -- cgit v1.1