diff options
author | Remi Collet <remi@remirepo.net> | 2025-01-13 11:22:41 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-01-13 11:22:41 +0100 |
commit | b03b2045c3d87e5967f7b283a0bb66ba5f5a1d97 (patch) | |
tree | 2bae33d012950e87e5afbe460794478461d63f56 /check.php | |
parent | c95ce3f430b52b65d88ca846edab258a6dad539e (diff) |
Diffstat (limited to 'check.php')
-rwxr-xr-x | check.php | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -102,14 +102,13 @@ $mirrors = [ 'https://remi.mirror.wearetriple.com/', // 2025-01-10 'https://mirror.geo.yer.cloud/remi/', // 2025-01-07 'http://mirrors.bytes.ua/remi/', // 2025-01-13 + 'https://remi.mivzakim.net/', // 2025-01-13 + 'http://repo1.ash.innoscale.net/remi/', // 2025-01-13 ]; $testing = [ - 'http://repo1.ash.innoscale.net/remi/', - 'https://remi.mivzakim.net/', // 2024-04-03 ]; $disabled = [ 'http://remi.conetix.com.au/', // 2025-01-06 - 'https://remi.mivzakim.net/', // 2024-04-03 'https://mirror.usi.edu/pub/remi/', // 2024-04-03 'http://mirror.xeonbd.com/remi/', 'https://mirror.telkomuniversity.ac.id/remi/', |