mirror of https://github.com/mikaku/Monitorix.git
removed leading space in the Apache URL
This commit is contained in:
parent
e2a7c8c38a
commit
0c2bf06d4a
|
@ -839,6 +839,7 @@ sub apache_cgi {
|
|||
|
||||
$e = 0;
|
||||
foreach my $url (my @al = split(',', $apache->{list})) {
|
||||
$url = trim($url);
|
||||
if($e) {
|
||||
print(" <br>\n");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue