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…
Reference in New Issue