diff options
Diffstat (limited to '')
-rw-r--r-- | inc/collectd.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/collectd.inc.php b/inc/collectd.inc.php index 2724c05..306086a 100644 --- a/inc/collectd.inc.php +++ b/inc/collectd.inc.php | |||
@@ -123,7 +123,7 @@ function graphs_from_plugin($host, $plugin) { | |||
123 | ); | 123 | ); |
124 | printf('<a href="%s/%s"><img src="%s/%s"></a>'."\n", | 124 | printf('<a href="%s/%s"><img src="%s/%s"></a>'."\n", |
125 | $CONFIG['weburl'], | 125 | $CONFIG['weburl'], |
126 | build_url('detail.php', $items).'&x=800&y=350', | 126 | build_url('detail.php', $items), |
127 | $CONFIG['weburl'], | 127 | $CONFIG['weburl'], |
128 | build_url('graph.php', $items) | 128 | build_url('graph.php', $items) |
129 | ); | 129 | ); |
@@ -140,7 +140,7 @@ function graphs_from_plugin($host, $plugin) { | |||
140 | ); | 140 | ); |
141 | printf('<a href="%s/%s"><img src="%s/%s"></a>'."\n", | 141 | printf('<a href="%s/%s"><img src="%s/%s"></a>'."\n", |
142 | $CONFIG['weburl'], | 142 | $CONFIG['weburl'], |
143 | build_url('detail.php', $items).'&x=800&y=350', | 143 | build_url('detail.php', $items), |
144 | $CONFIG['weburl'], | 144 | $CONFIG['weburl'], |
145 | build_url('graph.php', $items) | 145 | build_url('graph.php', $items) |
146 | ); | 146 | ); |