mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-25 00:08:05 +01:00
Update update.blade.php
This commit is contained in:
parent
2f2ad0839b
commit
336427b278
@ -36,7 +36,7 @@
|
|||||||
@else
|
@else
|
||||||
 <a class="btn" href="{{url()->current()}}/?backup"><button><i class="fa-solid fa-user-gear btn"></i> Update automatically</button></a> 
|
 <a class="btn" href="{{url()->current()}}/?backup"><button><i class="fa-solid fa-user-gear btn"></i> Update automatically</button></a> 
|
||||||
@endif
|
@endif
|
||||||
 <a class="btn" href="https://littlelink-custom.com/update"><button><i class="fa-solid fa-download btn"></i> Update manually</button></a> 
|
 <a class="btn" href="https://littlelink-custom.com/update" target="_blank"><button><i class="fa-solid fa-download btn"></i> Update manually</button></a> 
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
@ -120,9 +120,19 @@ exit(); ?>
|
|||||||
<div class="logo-centered">l</div>
|
<div class="logo-centered">l</div>
|
||||||
</div>
|
</div>
|
||||||
<h1>Success!</h1>
|
<h1>Success!</h1>
|
||||||
|
@if(env('JOIN_BETA') === true)
|
||||||
|
<p><?php echo "latest beta version= " . file_get_contents("https://update.littlelink-custom.com/beta/vbeta.json"); ?></p>
|
||||||
|
<p><?php if(file_exists(base_path("vbeta.json"))) {echo "installed beta version= " . file_get_contents(base_path("vbeta.json"));} else {echo "installed beta version= none";} ?></p>
|
||||||
|
<p><?php if($Vgit > $Vlocal) {echo "You need to update to the latest mainline release";} else {echo "You're running the latest mainline release";} ?></p>
|
||||||
|
@else
|
||||||
<h4 class="">The update was successful, you can now return to the Admin Panel:</h4>
|
<h4 class="">The update was successful, you can now return to the Admin Panel:</h4>
|
||||||
|
@endif
|
||||||
<br><div class="row">
|
<br><div class="row">
|
||||||
 <a class="btn" href="{{ route('studioIndex') }}"><button><i class="fa-solid fa-house-laptop btn"></i> Admin Panel</button></a> 
|
 <a class="btn" href="{{ route('studioIndex') }}"><button><i class="fa-solid fa-house-laptop btn"></i> Admin Panel</button></a> 
|
||||||
|
|
||||||
|
@if(env('JOIN_BETA') === true)
|
||||||
|
 <a class="btn" href="{{url()->current()}}/"><button><i class="fa-solid fa-arrow-rotate-right btn"></i> Run again</button></a> 
|
||||||
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@endif
|
@endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user