aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/html.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/html.inc.php')
-rw-r--r--inc/html.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.inc.php b/inc/html.inc.php
index 7f6e7c0..1efca93 100644
--- a/inc/html.inc.php
+++ b/inc/html.inc.php
@@ -305,7 +305,7 @@ function graphs_from_plugin($host, $plugin, $overview=false) {
305 isset($items['pi']) ? $_GET['pi'] = $items['pi'] : $_GET['pi'] = ''; 305 isset($items['pi']) ? $_GET['pi'] = $items['pi'] : $_GET['pi'] = '';
306 isset($items['t']) ? $_GET['t'] = $items['t'] : $_GET['t'] = ''; 306 isset($items['t']) ? $_GET['t'] = $items['t'] : $_GET['t'] = '';
307 isset($items['ti']) ? $_GET['ti'] = $items['ti'] : $_GET['ti'] = ''; 307 isset($items['ti']) ? $_GET['ti'] = $items['ti'] : $_GET['ti'] = '';
308 include $CONFIG['webdir'].'/plugin/'.$plugin.'.php'; 308 include $CONFIG['webdir'].'/graph.php';
309 } else { 309 } else {
310 printf('<a href="%s%s"><img src="%s%s"></a>'."\n", 310 printf('<a href="%s%s"><img src="%s%s"></a>'."\n",
311 $CONFIG['weburl'], 311 $CONFIG['weburl'],