Monitorix logos are now configurable

This commit is contained in:
Jordi Sanfeliu 2013-01-31 18:47:50 +01:00
parent c6f4e6fe87
commit eac62c839c
1 changed files with 1 additions and 1 deletions

View File

@ -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',