Revision 273
- Date:
- 2010/04/28 08:08:47
- Files:
Legend:
- Added
- Removed
- Modified
-
trunk/lib/Sack/Server.pm
215 215 } 216 216 }; 217 217 warn "ERROR: $@" if $@; 218 } elsif ( $method =~ m{^/favicon.ico} ) { 219 print $send "HTTP/1.0 200 OK\r\nContent-Type: image/vnd.microsoft.icon\r\n\r\n", read_file( 'artwork/favicon.ico' ); 220 return 1; 218 221 } 219 222 220 223 my $refresh = $param->{refresh};