[BACK]Return to main.pl CVS log [TXT][DIR] Up to [local] / wpscripts / ztransfer

Diff for /wpscripts/ztransfer/main.pl between version 1.3 and 1.7

version 1.3, 2011/07/20 07:44:51 version 1.7, 2012/04/01 06:52:10
Line 8 
Line 8 
 use hash;  use hash;
   
 our $ZFILESERVER_IP = '192.168.16.1';  our $ZFILESERVER_IP = '192.168.16.1';
 our @ZMPOINTS       = ('rmt_maket');  our @ZMPOINTS       = ('/mnt/rmt_maket');
 our $mpoint;  our $mpoint;
   
 # according to manual of Perl's function system(),  # according to manual of Perl's function system(),
Line 63 
Line 63 
   
 send::zayavki();  send::zayavki();
 send::probas();  send::probas();
   send::tt();
   send::zjpeg();
   send::pjpeg();
   
 db::disconnect();  db::disconnect();
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.7

CVSweb