diff options
author | Remi Collet <remi@remirepo.net> | 2025-01-09 09:50:23 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-01-09 09:50:23 +0100 |
commit | b10e1daf3e7c31dfb55eb4dc412a81ed352eb6d6 (patch) | |
tree | dab01ca136992c794bc7c4da1d4d55456cedefd9 /check.php | |
parent | c1383f56e4be674081dbc922b83013f98c466080 (diff) |
disable https://remi.mirror.wearetriple.com/
Diffstat (limited to 'check.php')
-rwxr-xr-x | check.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,6 @@ $mirrors = [ 'https://mirrors.tuna.tsinghua.edu.cn/remi/', 'https://mirror.23m.com/remi/', 'https://mirror.oxilion.nl/remi/', - 'https://remi.mirror.wearetriple.com/', 'https://mirrors.uni-ruse.bg/remi/', 'https://remi.mirror.karneval.cz/', 'https://mirror.netsite.dk/remi/', @@ -106,6 +105,7 @@ $testing = [ 'http://repo1.ash.innoscale.net/remi/', ]; $disabled = [ + 'https://remi.mirror.wearetriple.com/', // 2025-01-09 'http://mirrors.bytes.ua/remi/', // 2025-01-09 'http://remi.conetix.com.au/', // 2025-01-06 'https://remi.mivzakim.net/', // 2024-04-03 |