Update self-update.php

This commit is contained in:
Julian Prieber 2022-05-28 16:44:02 +02:00
parent 6704aa6330
commit c30b97def8
1 changed files with 1 additions and 1 deletions

View File

@ -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/';