mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-03-06 04:27:37 +01:00
Update update.blade.php
This commit is contained in:
parent
fcc3134172
commit
f4b88895ea
@ -125,7 +125,10 @@ exit(); ?>
|
||||
<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>
|
||||
<style>.noteslink:hover{color:#006fd5;text-shadow:0px 6px 7px rgba(23,10,6,0.66);}</style>
|
||||
<a class="noteslink" href="https://github.com/JulianPrieber/littlelink-custom/releases/latest" target="_blank"><i class="fa-solid fa-up-right-from-square"></i> View the release notes</a>
|
||||
<br>
|
||||
@endif
|
||||
<br><div class="row">
|
||||
 <a class="btn" href="{{ route('studioIndex') }}"><button><i class="fa-solid fa-house-laptop btn"></i> Admin Panel</button></a> 
|
||||
|
Loading…
x
Reference in New Issue
Block a user