aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/type/Default.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'type/Default.class.php')
-rw-r--r--type/Default.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/type/Default.class.php b/type/Default.class.php
index 42d5090..8632328 100644
--- a/type/Default.class.php
+++ b/type/Default.class.php
@@ -116,7 +116,7 @@ class Type_Default {
116 116
117 function parse_filename($file) { 117 function parse_filename($file) {
118 if ($this->graph_type == 'canvas') { 118 if ($this->graph_type == 'canvas') {
119 $file = 'rrd' . str_replace($this->datadir, '', $file); 119 $file = 'rrd.php/' . str_replace($this->datadir . '/', '', $file);
120 } 120 }
121 return $this->rrd_escape($file); 121 return $this->rrd_escape($file);
122 } 122 }