From 82d88098f4203cf7402d4faf5ad100cada70efaf Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Tue, 11 Nov 2014 23:01:15 +0100 Subject: make detail page accessible when using "canvas" graph_type Closes #106 --- detail.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'detail.php') diff --git a/detail.php b/detail.php index 777294b..270a935 100644 --- a/detail.php +++ b/detail.php @@ -55,7 +55,9 @@ print "\n"; if ($CONFIG['graph_type'] == 'canvas') { chdir($CONFIG['webdir']); + printf('', generate_uuid()); include $CONFIG['webdir'].'/graph.php'; + print ''; } else { printf("\n", htmlentities($CONFIG['weburl']), -- cgit v1.1