diff options
author | Remi Collet <remi@remirepo.net> | 2024-07-24 16:19:21 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-07-24 16:19:21 +0200 |
commit | 0cef58b64dd49e00e3e9ed026b56105deccdbc70 (patch) | |
tree | 6f4ae865c2a35dd57c31b2e9bba5365037e39042 /check.php | |
parent | 74a1ad95f50ab3228fda6ba737285e32fb05a0ea (diff) |
re-enable repo1.ash.innoscale
Diffstat (limited to 'check.php')
-rwxr-xr-x | check.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,6 +103,7 @@ $mirrors = [ $testing = [ 'https://pit1.mirror.jurassicinnovations.com/remi/', 'https://mirror.raiolanetworks.com/remi/', + 'http://repo1.ash.innoscale.net/remi/', ]; $disabled = [ 'https://remi.mivzakim.net/', // 2024-04-03 @@ -113,7 +114,6 @@ $disabled = [ 'http://mirror.uta.edu.ec/remi/', 'http://repo1.dal.innoscale.net/remi/', 'http://repo1.sea.innoscale.net/remi/', - 'http://repo1.ash.innoscale.net/remi/', 'http://mirror.yer.az/remi/', ]; $deprecated = [ |