aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--detail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/detail.php b/detail.php
index 33db2b9..0fedb69 100644
--- a/detail.php
+++ b/detail.php
@@ -52,7 +52,7 @@ print "</ul>\n";
52 52
53if ($CONFIG['graph_type'] == 'canvas') { 53if ($CONFIG['graph_type'] == 'canvas') {
54 chdir($CONFIG['webdir']); 54 chdir($CONFIG['webdir']);
55 include $CONFIG['webdir'].'/plugin/'.$plugin.'.php'; 55 include $CONFIG['webdir'].'/graph.php';
56} else { 56} else {
57 printf('<img src="%s%s">'."\n", $CONFIG['weburl'], build_url('graph.php', $_GET)); 57 printf('<img src="%s%s">'."\n", $CONFIG['weburl'], build_url('graph.php', $_GET));
58} 58}