Update self-update.php

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

View File

@ -2,7 +2,7 @@
declare(strict_types=1);
if (env('JOIN_BETA') === true) {
if (env('JOIN_BETA') == true) {
$Vgit = file_get_contents("https://julianprieber.github.io/littlelink-custom/version.json");
} else {
$Vgit = '0';