diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ include_once 'conf/common.inc.php'; | |||
4 | include_once 'inc/collectd.inc.php'; | 4 | include_once 'inc/collectd.inc.php'; |
5 | require_once 'inc/html.inc.php'; | 5 | require_once 'inc/html.inc.php'; |
6 | 6 | ||
7 | header("Content-Type: text/html"); | ||
8 | |||
7 | html_start(); | 9 | html_start(); |
8 | 10 | ||
9 | $h = array(); | 11 | $h = array(); |