Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/mirrors.php
diff options
context:
space:
mode:
Diffstat (limited to 'mirrors.php')
-rw-r--r--mirrors.php5
1 files changed, 5 insertions, 0 deletions
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";