[BACK]Return to ServerTorrents.pl CVS log [TXT][DIR] Up to [local] / openbsd / OpenBSDTorrents

Diff for /openbsd/OpenBSDTorrents/ServerTorrents.pl between version 1.3 and 1.4

version 1.3, 2005/03/24 19:49:51 version 1.4, 2005/03/24 20:59:07
Line 19 
Line 19 
 my $url_torrents = 'http://openbsd.somedomain.net/dumptorrents.php';  my $url_torrents = 'http://openbsd.somedomain.net/dumptorrents.php';
 my $url_upload   = 'http://openbsd.somedomain.net/newtorrents.php';  my $url_upload   = 'http://openbsd.somedomain.net/newtorrents.php';
 my $url_delete   = 'http://openbsd.somedomain.net/deltorrents.php';  my $url_delete   = 'http://openbsd.somedomain.net/deltorrents.php';
   my $url_sanity   = 'http://openbsd.somedomain.net/sanity.php';
   
 my $user = 'torrentup';  my $user = 'torrentup';
 my $pass = 'ssapword';  my $pass = 'ssapword';
Line 108 
Line 109 
         }          }
 }  }
   
   $ua->get($url_sanity);
   
 sub Upload_Torrent  sub Upload_Torrent
 {  {

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>