Update self-update.php

This commit is contained in:
Julian Prieber 2022-05-28 23:24:56 +02:00
parent c30b97def8
commit a6d6a21a0a
1 changed files with 2 additions and 0 deletions

View File

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