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(
|
$msg->attach(
|
||||||
Type => 'image/png',
|
Type => 'image/png',
|
||||||
Id => 'image_01',
|
Id => 'image_01',
|
||||||
Path => $config->{base_dir} . "logo_bot.png",
|
Path => $config->{base_dir} . $config->{logo_bottom},
|
||||||
);
|
);
|
||||||
$msg->attach(
|
$msg->attach(
|
||||||
Type => 'image/png',
|
Type => 'image/png',
|
||||||
|
|
Loading…
Reference in New Issue