aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
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';
4include_once 'inc/collectd.inc.php'; 4include_once 'inc/collectd.inc.php';
5require_once 'inc/html.inc.php'; 5require_once 'inc/html.inc.php';
6 6
7header("Content-Type: text/html");
8
7html_start(); 9html_start();
8 10
9$h = array(); 11$h = array();