Bugfix NUKIDevice.pm

This commit is contained in:
Marko Oldenburg 2016-12-18 13:37:20 +01:00
parent e6db747785
commit a197f8e291

View File

@ -458,9 +458,6 @@ sub NUKIDevice_CGI() {
my $header = join("\n", @FW_httpheader); my $header = join("\n", @FW_httpheader);
printf "\n\nHTTP Header: $header\n\n";
printf "\n\nRequest: $request\n\n";
my ($first,$json) = split("&",$request,2); my ($first,$json) = split("&",$request,2);
my $decode_json = decode_json($json); my $decode_json = decode_json($json);