index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | mirrors.php | 5 |
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 " <tr class=\"" . $oddity ."\">\n"; print " <td>\n"; print " " . $row["url"] . "\n"; |