Skip to content

Commit dfe0a03

Browse files
committed
Update update.blade.php
1 parent 336427b commit dfe0a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/update.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
@else
2626
@if(env('JOIN_BETA') === true)
2727
<p><?php echo "latest beta version= " . file_get_contents("https://update.littlelink-custom.com/beta/vbeta.json"); ?></p>
28-
<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>
28+
<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>
2929
<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>
3030
@else
3131
<h4 class="">You can update your installation automatically or download the update and install it manually:</h4>
@@ -122,7 +122,7 @@
122122
<h1>Success!</h1>
123123
@if(env('JOIN_BETA') === true)
124124
<p><?php echo "latest beta version= " . file_get_contents("https://update.littlelink-custom.com/beta/vbeta.json"); ?></p>
125-
<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>
125+
<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>
126126
<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>
127127
@else
128128
<h4 class="">The update was successful, you can now return to the Admin Panel:</h4>

0 commit comments

Comments
 (0)