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

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

version 1.4, 2005/03/24 20:59:07 version 1.5, 2005/03/25 03:12:33
Line 13 
Line 13 
   
 %ENV = ();  %ENV = ();
   
   #use YAML;
   
 use YAML;  justme();
   
 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';

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

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