small cosmectic change

This commit is contained in:
Jordi Sanfeliu 2018-10-03 12:21:24 +02:00
parent 561fb1684f
commit 5b9d6a5f89
1 changed files with 1 additions and 2 deletions

View File

@ -155,8 +155,7 @@ sub httpd_setup {
logger("$myself: '$config->{httpd_builtin}->{auth}->{htpasswd}' $!");
}
} else {
if(!grep {$_ eq $config->{httpd_builtin}->{host}}
("localhost", "127.0.0.1")) {
if(!grep {$_ eq $config->{httpd_builtin}->{host}} ("localhost", "127.0.0.1")) {
logger("WARNING: the built-in HTTP server has authentication disabled.");
}
}