01_FHEMWEB.pm: allow NL in POST body (forum #41034)
git-svn-id: https://svn.fhem.de/fhem/trunk@9244 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -562,7 +562,7 @@ FW_answerCall($)
|
||||
}
|
||||
$arg = "/$dir/$ofile";
|
||||
|
||||
} elsif($arg =~ m/^$FW_ME(.*)/) {
|
||||
} elsif($arg =~ m/^$FW_ME(.*)/s) {
|
||||
$arg = $1; # The stuff behind FW_ME, continue to check for commands/FWEXT
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user