diff options
Diffstat (limited to 'host.php')
| -rw-r--r-- | host.php | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -9,7 +9,7 @@ $splugin = $_GET['p']; | |||
| 9 | 9 | ||
| 10 | html_start(); | 10 | html_start(); |
| 11 | 11 | ||
| 12 | printf('<h2><a href="%s">«</a> %s</h2>'."\n", $CONFIG['weburl'], $host); | 12 | printf('<h2>%s</h2>'."\n", $host); |
| 13 | 13 | ||
| 14 | $plugins = collectd_plugins($host); | 14 | $plugins = collectd_plugins($host); |
| 15 | 15 | ||
