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:
rudolfkoenig 2015-09-13 14:07:39 +00:00
parent bc6aa6e25d
commit e3aad8cf41

View File

@ -562,7 +562,7 @@ FW_answerCall($)
} }
$arg = "/$dir/$ofile"; $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 $arg = $1; # The stuff behind FW_ME, continue to check for commands/FWEXT
} else { } else {