2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +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:
rudolfkoenig 2020-04-17 11:15:16 +00:00
parent 5a9247ef3a
commit 58b5fbad88

View File

@ -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);
}
}