mirror of https://github.com/mikaku/Monitorix.git
Monitorix logos are now configurable
This commit is contained in:
parent
c6f4e6fe87
commit
eac62c839c
|
@ -350,7 +350,7 @@ sub traffacct_sendreports {
|
|||
$msg->attach(
|
||||
Type => 'image/png',
|
||||
Id => 'image_01',
|
||||
Path => $config->{base_dir} . "logo_bot.png",
|
||||
Path => $config->{base_dir} . $config->{logo_bottom},
|
||||
);
|
||||
$msg->attach(
|
||||
Type => 'image/png',
|
||||
|
|
Loading…
Reference in New Issue