Update update.blade.php

This commit is contained in:
Julian Prieber 2023-06-19 13:14:21 +02:00
parent 1ff0310af3
commit e6bdaeacf6
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ if($debug === true){
</div> </div>
<h1>{{__('messages.Success!')}}</h1> <h1>{{__('messages.Success!')}}</h1>
@if(env('JOIN_BETA') === true) @if(env('JOIN_BETA') === true)
<p><?php echo __('message.latest beta version')."= " . external_file_get_contents("https://beta.linkstack.org/vbeta.json"); ?></p> <p><?php echo __('messages.latest beta version')."= " . external_file_get_contents("https://beta.linkstack.org/vbeta.json"); ?></p>
<p><?php if(file_exists(base_path("vbeta.json"))) {echo __('messages.Installed beta version')."= " . file_get_contents(base_path("vbeta.json"));} else {echo __('messages.Installed beta version')."= ".__('messages.none');} ?></p> <p><?php if(file_exists(base_path("vbeta.json"))) {echo __('messages.Installed beta version')."= " . file_get_contents(base_path("vbeta.json"));} else {echo __('messages.Installed beta version')."= ".__('messages.none');} ?></p>
<p><?php if($Vgit > $Vlocal) {echo __('messages.You need to update to the latest mainline release');} else {echo __("messages.Youre running the latest mainline release");} ?></p> <p><?php if($Vgit > $Vlocal) {echo __('messages.You need to update to the latest mainline release');} else {echo __("messages.Youre running the latest mainline release");} ?></p>
@else @else