/[RFID]/3m-810.pl
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 /3m-810.pl

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

revision 55 by dpavlin, Wed Jun 24 13:39:43 2009 UTC revision 56 by dpavlin, Fri Jun 26 11:46:45 2009 UTC
# Line 63  sub http_server { Line 63  sub http_server {
63                  my ($client,$path) = @_;                  my ($client,$path) = @_;
64    
65                  $path = "www/$path";                  $path = "www/$path";
66                    $path .= 'rfid.html' if $path =~ m{/$};
67    
68                  return unless -e $path;                  return unless -e $path;
69    

Legend:
Removed from v.55  
changed lines
  Added in v.56

  ViewVC Help
Powered by ViewVC 1.1.26