diff options
Diffstat (limited to 'inc/collectd.inc.php')
-rw-r--r-- | inc/collectd.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/collectd.inc.php b/inc/collectd.inc.php index 11dc91f..439d507 100644 --- a/inc/collectd.inc.php +++ b/inc/collectd.inc.php | |||
@@ -133,7 +133,7 @@ function graphs_from_plugin($host, $plugin) { | |||
133 | ? $CONFIG['time_range'][$plugin] | 133 | ? $CONFIG['time_range'][$plugin] |
134 | : $CONFIG['time_range']['default']; | 134 | : $CONFIG['time_range']['default']; |
135 | 135 | ||
136 | printf('<a href="%s/%s"><img src="%s/%s"></a>'."\n", | 136 | printf('<a href="%s%s"><img src="%s%s"></a>'."\n", |
137 | $CONFIG['weburl'], | 137 | $CONFIG['weburl'], |
138 | build_url('detail.php', $items, $time), | 138 | build_url('detail.php', $items, $time), |
139 | $CONFIG['weburl'], | 139 | $CONFIG['weburl'], |