From aa0b95e24ece8c0d455b4c408b2ca028359d4107 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Thu, 27 Sep 2012 09:09:37 +0000 Subject: [PATCH] favicon is working again git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1893 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/01_FHEMWEB.pm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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) {