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