aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/detail.php
diff options
context:
space:
mode:
Diffstat (limited to 'detail.php')
-rw-r--r--detail.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/detail.php b/detail.php
index 270a935..777294b 100644
--- a/detail.php
+++ b/detail.php
@@ -55,9 +55,7 @@ print "</ul>\n";
55 55
56if ($CONFIG['graph_type'] == 'canvas') { 56if ($CONFIG['graph_type'] == 'canvas') {
57 chdir($CONFIG['webdir']); 57 chdir($CONFIG['webdir']);
58 printf('<canvas id="%s" class="rrd">', generate_uuid());
59 include $CONFIG['webdir'].'/graph.php'; 58 include $CONFIG['webdir'].'/graph.php';
60 print '</canvas>';
61} else { 59} else {
62 printf("<img src=\"%s%s\">\n", 60 printf("<img src=\"%s%s\">\n",
63 htmlentities($CONFIG['weburl']), 61 htmlentities($CONFIG['weburl']),