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…
Reference in New Issue