mirror of https://github.com/mikaku/Monitorix.git
3.0: small cosmetic change
This commit is contained in:
parent
49a3d1e336
commit
74aa978279
|
@ -819,10 +819,8 @@ sub mail_cgi {
|
|||
}
|
||||
($width, $height) = split('x', $config->{graph_size}->{main});
|
||||
if($silent =~ /imagetag/) {
|
||||
($width, $height) = split('x', $config->{graph_size}->{remote})
|
||||
if $silent eq "imagetag";
|
||||
($width, $height) = split('x', $config->{graph_size}->{main}) if
|
||||
$silent eq "imagetagbig";
|
||||
($width, $height) = split('x', $config->{graph_size}->{remote}) if $silent eq "imagetag";
|
||||
($width, $height) = split('x', $config->{graph_size}->{main}) if $silent eq "imagetagbig";
|
||||
@tmp = @tmpz;
|
||||
push(@tmp, "COMMENT: \\n");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue