diff options
| -rw-r--r-- | detail.php | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -52,7 +52,7 @@ print "</ul>\n"; | |||
| 52 | 52 | ||
| 53 | if ($CONFIG['graph_type'] == 'canvas') { | 53 | if ($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 | } |
