index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-02 10:13:10 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-02 10:13:10 +0100 |
commit | b72fdb2eb16b790d742b9f5d8692783bcad37b86 (patch) | |
tree | 1b7050769fd1b85d440004cdbd08113e88f628a2 | |
parent | b64988c27a060b399a247d1ffe7bd71185c2cf32 (diff) |
-rw-r--r-- | mirrors.php | 4 |
diff --git a/mirrors.php b/mirrors.php index 959fbda..fe70a9c 100644 --- a/mirrors.php +++ b/mirrors.php @@ -288,8 +288,8 @@ EOF; 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/" ) { + if( $row["url"] == "http://archlinux32.agoctrl.org/" || + $row["url"] == "https://archlinux32.agoctrl.org/" ) { continue; } print " <tr class=\"" . $oddity ."\">\n"; |