index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-27 23:00:16 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-27 23:00:16 +0100 |
commit | f447d82d4cb11904ab66fa2900898456ed466ea6 (patch) | |
tree | df04ec03e2de1337750d349cc50f559e5a5fb15d | |
parent | b72fdb2eb16b790d742b9f5d8692783bcad37b86 (diff) |
-rw-r--r-- | mirrors.php | 3 |
diff --git a/mirrors.php b/mirrors.php index fe70a9c..10ac74a 100644 --- a/mirrors.php +++ b/mirrors.php @@ -289,7 +289,8 @@ EOF; foreach ($content['urls'] as $row) { # I'm sure this can be done differently.. if( $row["url"] == "http://archlinux32.agoctrl.org/" || - $row["url"] == "https://archlinux32.agoctrl.org/" ) { + $row["url"] == "https://archlinux32.agoctrl.org/" || + $row["url"] == "https://mirror.qctronics.com/arch32/" ) { continue; } print " <tr class=\"" . $oddity ."\">\n"; |