mirror of https://github.com/mikaku/Monitorix.git
closing 3.1.0
This commit is contained in:
parent
489185dd26
commit
d1c73cea2b
|
@ -60,15 +60,15 @@ sub httpd_setup {
|
||||||
my $port = $config->{httpd_builtin}->{port};
|
my $port = $config->{httpd_builtin}->{port};
|
||||||
|
|
||||||
if(!defined($uid)) {
|
if(!defined($uid)) {
|
||||||
logger("ERROR: invalid user defined for the HTTPd built-in server.");
|
logger("ERROR: invalid user defined for the built-in HTTP server.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(!defined($gid)) {
|
if(!defined($gid)) {
|
||||||
logger("ERROR: invalid group defined for the HTTPd built-in server.");
|
logger("ERROR: invalid group defined for the built-in HTTP server.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(!defined($port)) {
|
if(!defined($port)) {
|
||||||
logger("ERROR: invalid port defined for the HTTPd built-in server.");
|
logger("ERROR: invalid port defined for the built-in HTTP server.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue