diff options
| author | Remi Collet <remi@remirepo.net> | 2025-01-08 11:17:14 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-01-08 11:17:14 +0100 | 
| commit | b5eacf287a51049ecf128b05def3941c42c1b3b5 (patch) | |
| tree | c871e89fd17586e6a0d71f384e223948965faa8e /check.php | |
| parent | bcde44f0c1f0aed2089624f0cd2485e3f27ea03c (diff) | |
add https://mirror.raiolanetworks.com/remi
Diffstat (limited to 'check.php')
| -rwxr-xr-x | check.php | 7 | 
1 files changed, 5 insertions, 2 deletions
@@ -98,10 +98,11 @@ $mirrors = [  	'https://mirror.fjordos.no/remi/',  	'https://muug.ca/mirror/remi/',  	'https://mirror.netzwerge.de/remi/', +	'https://pit.mirror.jurassicinnovations.com/remi/', +	'http://mirror.yer.az/remi/',  ];  $testing = [  	'https://mirror.geo.yer.cloud/remi/',	// 2025-01-07 -	'https://pit1.mirror.jurassicinnovations.com/remi/',  	'https://mirror.raiolanetworks.com/remi/',  	'http://repo1.ash.innoscale.net/remi/',  ]; @@ -115,7 +116,6 @@ $disabled = [  	'http://mirror.uta.edu.ec/remi/',  	'http://repo1.dal.innoscale.net/remi/',  	'http://repo1.sea.innoscale.net/remi/', -	'http://mirror.yer.az/remi/',  ];  $deprecated = [  	'https://remi.srv.magticom.ge/', @@ -210,6 +210,9 @@ if ($ref) {  			case 'testing':  				$tocheck = $testing;  				break; +			case 'disabled': +				$tocheck = $disabled; +				break;  			case 'deprecated':  				$tocheck = $deprecated;  				break;  | 
