Merge branch 'master' of ssh://gitlab.mambasoft.it:4424/openmamba/wordpress-theme-openmamba

This commit is contained in:
Silvan Calarco 2023-08-21 10:56:41 +02:00
commit df92c11958

View File

@ -3,8 +3,9 @@
$repo = $_GET['repo'];
$arch = $_GET['arch'];
$basedirs = [
'http://cdn.openmamba.org/pub/openmamba/',
'http://hetzner3.openmamba.org/pub/openmamba/'
'https://cdn.openmamba.org/pub/openmamba/',
'https://hetzner3.openmamba.org/pub/openmamba/',
'https://mirror.freedif.org/openmamba/'
];
if (!$repo || !$arch) {