aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/type
diff options
context:
space:
mode:
Diffstat (limited to 'type')
-rw-r--r--type/Default.class.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/type/Default.class.php b/type/Default.class.php
index b8fd95e..514d1c1 100644
--- a/type/Default.class.php
+++ b/type/Default.class.php
@@ -32,6 +32,10 @@ class Type_Default {
32 $this->parse_get(); 32 $this->parse_get();
33 $this->rrd_files(); 33 $this->rrd_files();
34 $this->identifiers = $this->file2identifier($this->files); 34 $this->identifiers = $this->file2identifier($this->files);
35 $this->width = GET('x');
36 if (empty($this->width)) $this->width = $config['width'];
37 $this->heigth = GET('y');
38 if (empty($this->heigth)) $this->heigth = $config['heigth'];
35 } 39 }
36 40
37 function rainbow_colors() { 41 function rainbow_colors() {