1
0
mirror of https://github.com/LinkStackOrg/LinkStack.git synced 2025-04-16 19:27:34 +02:00

Update self-update.php

This commit is contained in:
Julian Prieber 2022-11-09 17:33:22 +01:00
parent a5d9fb87f7
commit 8e8d72f9a3

@ -6,7 +6,7 @@ declare(strict_types=1);
if (env('JOIN_BETA') == true) {
$userver = 'https://beta.littlelink-custom.com/';
} else {
$userver = 'https://update.littlelink-custom.com/';
$userver = 'https://updates.littlelink-custom.com/';
}
return [