mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-16 12:00:50 +01:00
Update self-update.php
This commit is contained in:
parent
6704aa6330
commit
c30b97def8
@ -10,7 +10,7 @@ if (env('JOIN_BETA') == true) {
|
|||||||
|
|
||||||
if ($Vgit > $Vlocal) {
|
if ($Vgit > $Vlocal) {
|
||||||
$userver = 'https://update.littlelink-custom.com/';
|
$userver = 'https://update.littlelink-custom.com/';
|
||||||
} elseif (env('JOIN_BETA') === true) {
|
} elseif (env('JOIN_BETA') == true) {
|
||||||
$userver = 'https://update.littlelink-custom.com/beta/';
|
$userver = 'https://update.littlelink-custom.com/beta/';
|
||||||
} else {
|
} else {
|
||||||
$userver = 'https://update.littlelink-custom.com/';
|
$userver = 'https://update.littlelink-custom.com/';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user