diff --git a/FHEM/01_FHEMWEB.pm b/FHEM/01_FHEMWEB.pm index 5c6966fd8..0e2d1279f 100755 --- a/FHEM/01_FHEMWEB.pm +++ b/FHEM/01_FHEMWEB.pm @@ -307,7 +307,6 @@ FW_Read($) (int(@enc) == 1 && $enc[0] =~ m/gzip/) && $try_zlib && AttrVal($FW_wname, "fwcompress", 1)) { -Log $ll, "OLEN:".length($FW_RET); $FW_RET = Compress::Zlib::memGzip($FW_RET); $compressed = "Content-Encoding: gzip\r\n"; } @@ -428,9 +427,6 @@ FW_AnswerCall($) } elsif($arg =~ m,^${FW_ME}/js/(.*)\.js$,) { return FW_ServeSpecial($1,"js",$FW_jsdir); - } elsif($arg =~ m,^/(favicon.ico)$,) { - return 0; # TODO! - } elsif($arg =~ m,^$FW_ME/icons/(.*)$,) { my ($icon,$cachable) = ($1, 1); #Debug "You want $icon which is " . $FW_icons{$icon}; @@ -562,6 +558,7 @@ FW_AnswerCall($) FW_pO ''; FW_pO ''; FW_pO "\n$t"; + FW_pO ""; # Enable WebApp if($FW_tp || $FW_ss) {