mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-15 02:42:09 +02:00
Update self-update.php
This commit is contained in:
parent
a5d9fb87f7
commit
8e8d72f9a3
@ -6,7 +6,7 @@ declare(strict_types=1);
|
|||||||
if (env('JOIN_BETA') == true) {
|
if (env('JOIN_BETA') == true) {
|
||||||
$userver = 'https://beta.littlelink-custom.com/';
|
$userver = 'https://beta.littlelink-custom.com/';
|
||||||
} else {
|
} else {
|
||||||
$userver = 'https://update.littlelink-custom.com/';
|
$userver = 'https://updates.littlelink-custom.com/';
|
||||||
}
|
}
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user