From b64988c27a060b399a247d1ffe7bd71185c2cf32 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 15 Nov 2024 09:01:17 +0100 Subject: mirrors.php: ignoring arch86.takehiko.pl --- mirrors.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mirrors.php b/mirrors.php index 8143588..959fbda 100644 --- a/mirrors.php +++ b/mirrors.php @@ -287,6 +287,11 @@ EOF; $oddity = "odd"; if (isset($content['urls'])) { foreach ($content['urls'] as $row) { + # I'm sure this can be done differently.. + if( $row["url"] == "http://arch86.takehiko.pl/" || + $row["url"] == "https://arch86.takehiko.pl/" ) { + continue; + } print " \n"; print " \n"; print " " . $row["url"] . "\n"; -- cgit v1.2.3-70-g09d2