diff options
| -rw-r--r-- | plugin/filecount.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/filecount.php b/plugin/filecount.php index fa11a91..2c318a9 100644 --- a/plugin/filecount.php +++ b/plugin/filecount.php | |||
| @@ -27,7 +27,7 @@ switch($obj->args['type']) { | |||
| 27 | break; | 27 | break; |
| 28 | case 'files': | 28 | case 'files': |
| 29 | $obj->ds_names = array('value' => 'Files'); | 29 | $obj->ds_names = array('value' => 'Files'); |
| 30 | $obj->colors = array('value' => '0000ff'); | 30 | $obj->colors = array('value' => 'f0a000'); |
| 31 | $obj->rrd_title = sprintf('Filecount: number of files (%s)', $obj->args['pinstance']); | 31 | $obj->rrd_title = sprintf('Filecount: number of files (%s)', $obj->args['pinstance']); |
| 32 | $obj->rrd_vertical = 'Files'; | 32 | $obj->rrd_vertical = 'Files'; |
| 33 | break; | 33 | break; |
