diff options
Diffstat (limited to 'check.php')
| -rwxr-xr-x | check.php | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -102,9 +102,9 @@ $mirrors = [  	'http://mirrors.bytes.ua/remi/',			// 2025-01-13  	'https://remi.mivzakim.net/',				// 2025-01-13  	'http://repo1.ash.innoscale.net/remi/',		// 2025-01-13 +	'https://bd.mirror.vanehost.com/Remi/',		// 2025-01-17  ];  $testing = [ -	'https://bd.mirror.vanehost.com/Remi/',  ];  $disabled = [  	'https://repo1.vetta.net.nz/remi/',	// 2025-01-17 (too slow) @@ -156,7 +156,7 @@ $deprecated = [  function getRepoTime($uri) {  	$ctx = stream_context_create([  		'http' => [ -			'timeout' => 4, +			'timeout' => 7,  		]  	]);  	$txt = @file_get_contents($uri . '/repodata/repomd.xml', false, $ctx);  | 
