[BACK]Return to hash.pm CVS log [TXT][DIR] Up to [local] / wpscripts / ztransfer

Diff for /wpscripts/ztransfer/hash.pm between version 1.1 and 1.2

version 1.1, 2011/06/03 09:28:47 version 1.2, 2011/06/03 11:03:41
Line 5 
Line 5 
 use warnings;  use warnings;
 use strict;  use strict;
   
 our $HASHFILE = "/usr/local/etc/ztransfer.hash";  our $HASHFILE = "/var/run/ztransfer.hash";
 our %directoryhash = ();  our %directoryhash = ();
   
 sub loadtable()  sub loadtable()

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb