mirror of https://github.com/mikaku/Monitorix.git
small typo
This commit is contained in:
parent
b037caab70
commit
7cc6087567
|
@ -149,7 +149,7 @@ sub httpd_setup {
|
||||||
} else {
|
} else {
|
||||||
if(!grep {$_ eq $config->{httpd_builtin}->{host}}
|
if(!grep {$_ eq $config->{httpd_builtin}->{host}}
|
||||||
("localhost", "127.0.0.1")) {
|
("localhost", "127.0.0.1")) {
|
||||||
logger("WARNING: the built-in HTTP server has Authentication disabled.");
|
logger("WARNING: the built-in HTTP server has authentication disabled.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue