aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/memory.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/memory.php')
-rw-r--r--plugin/memory.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/memory.php b/plugin/memory.php
index 14779e2..ce973db 100644
--- a/plugin/memory.php
+++ b/plugin/memory.php
@@ -29,8 +29,6 @@ $obj->colors = array(
29 'locked' => 'ff00ff', 29 'locked' => 'ff00ff',
30 'used' => 'ff0000', 30 'used' => 'ff0000',
31); 31);
32$obj->width = $width;
33$obj->heigth = $heigth;
34 32
35$obj->rrd_title = 'Physical memory utilization'; 33$obj->rrd_title = 'Physical memory utilization';
36$obj->rrd_vertical = 'Bytes'; 34$obj->rrd_vertical = 'Bytes';