]> git.pld-linux.org Git - projects/distfiles.git/commitdiff
Disable old FTP upload support
authorMariusz Mazur <mmazur@pld-linux.org>
Thu, 23 Jan 2014 10:16:17 +0000 (11:16 +0100)
committerMariusz Mazur <mmazur@pld-linux.org>
Thu, 23 Jan 2014 10:16:17 +0000 (11:16 +0100)
file-fetcher.pl

index d012d2d696ac9a563878862e0e0c35ffb05e02b8..d8b7533c82a040d8739658a65910d85556014326 100755 (executable)
@@ -221,8 +221,6 @@ sub handle_no_url($$)
   my $basename = $1;
   my $file = "$no_url_dir/$basename";
 
-  $file = "$no_url_dir/$req_login/$basename" unless (-f $file);
-
   if (-f $file) {
     my $computed_md5 = md5($file);
     if ($computed_md5 ne $md5) {
This page took 0.209712 seconds and 4 git commands to generate.