mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
01_FHEMWEB.pm: allow NL in POST body (forum #41034)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@9244 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
bc6aa6e25d
commit
e3aad8cf41
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user