Update self-update.php
This commit is contained in:
parent
c30b97def8
commit
a6d6a21a0a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue