From f0694a444e8de6e192e2b7390e0036044db11201 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 22 Jun 2012 12:11:12 +0000 Subject: [PATCH] Always use primary ftp. --- index.php | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/index.php b/index.php index bec4587..f0df720 100644 --- a/index.php +++ b/index.php @@ -480,7 +480,7 @@ function list_archs() "alt=\""._("Powered by PLD Linux")."\" border=\"0\" />
\n" . "(c) 2002 ". "PLD Team
\n". - '$Revision: 1.18 $'. + '$Revision: 1.19 $'. "
\n"; # smile ;) @@ -535,11 +535,7 @@ function get_qa() if (!isset($dist) || !isset($arch)) return false; - if($dist!='ti'){ - $addr = "http://ftp.pld-linux.org/dists/$dist/.stat/builder/$dist/rpmqa-$arch.txt"; - }else{ - $addr = "http://ftp.pld-linux.org/branches/titanium/.stat/builder/$dist/rpmqa-$arch.txt"; - } + $addr = "http://ftp1.pld-linux.org/dists/$dist/.stat/builder/$dist/rpmqa-$arch.txt"; return fopen("$addr", "r"); } @@ -853,7 +849,7 @@ function welcome() . ;)

-

Version: $Id: index.php,v 1.18 2012/03/21 11:40:49 glen Exp $

+

Version: $Id: index.php,v 1.19 2012/03/21 11:45:04 glen Exp $