mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-12 17:41:14 +02:00
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…
x
Reference in New Issue
Block a user