We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebfe4d commit 8742c6aCopy full SHA for 8742c6a
resources/views/update.blade.php
@@ -38,6 +38,7 @@
38
<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>
39
<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>
40
@else
41
+ <a target="_blank" href="https://github.com/JulianPrieber/littlelink-custom/releases"><code style="color:#222;transform:scale(.9);">{{$Vlocal}} -> {{$Vgit}}</code></a>
42
<h4 class="">You can update your installation automatically or download the update and install it manually:</h4>
43
@endif
44
<br><div class="row">
0 commit comments