mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-09 08:38:49 +01:00
Update self-update.php
This commit is contained in:
parent
93e54e49e7
commit
6704aa6330
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user