/[Sack]/trunk/lib/Sack/Server.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Sack/Server.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 272 by dpavlin, Sun Feb 21 15:14:02 2010 UTC revision 273 by dpavlin, Wed Apr 28 08:08:47 2010 UTC
# Line 215  while (1) { Line 215  while (1) {
215                                                  }                                                  }
216                                          };                                          };
217                                          warn "ERROR: $@" if $@;                                          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;
221                                  }                                  }
222    
223                                  my $refresh = $param->{refresh};                                  my $refresh = $param->{refresh};

Legend:
Removed from v.272  
changed lines
  Added in v.273

  ViewVC Help
Powered by ViewVC 1.1.26