mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 10:46:53 +00:00
fhem.pl: Fix Security_Check messages for multi-call (Forum #110306)
git-svn-id: https://svn.fhem.de/fhem/trunk@21709 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5a9247ef3a
commit
58b5fbad88
@ -6000,6 +6000,7 @@ SecurityCheck()
|
||||
if(@fnd) {
|
||||
unshift(@fnd, "SecurityCheck:");
|
||||
push(@fnd, "You can disable this message with attr global motd none");
|
||||
$defs{global}{init_errors} =~ s/SecurityCheck:.*motd none//s;
|
||||
$defs{global}{init_errors} .= join("\n", @fnd);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user