/[pxelator]/lib/PXElator/httpd.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 /lib/PXElator/httpd.pm

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

revision 401 by dpavlin, Tue Sep 8 20:21:25 2009 UTC revision 402 by dpavlin, Tue Sep 8 20:24:31 2009 UTC
# Line 85  sub static { Line 85  sub static {
85    
86          return if ! -f $full;          return if ! -f $full;
87    
88            return if $full =~ m{\.ico$};
89    
90          if ( my $pid = fork ) {          if ( my $pid = fork ) {
91                  # parent                  # parent
92                  close($client);                  close($client);

Legend:
Removed from v.401  
changed lines
  Added in v.402

  ViewVC Help
Powered by ViewVC 1.1.26