From 336427b278d18a71d4c0818efaf8df3723906c97 Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Mon, 30 May 2022 12:07:07 +0200 Subject: [PATCH] Update update.blade.php --- resources/views/update.blade.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/resources/views/update.blade.php b/resources/views/update.blade.php index d939b59..9eff060 100644 --- a/resources/views/update.blade.php +++ b/resources/views/update.blade.php @@ -36,7 +36,7 @@ @else    @endif -    +    @endif @@ -120,9 +120,19 @@ exit(); ?>
l

Success!

+ @if(env('JOIN_BETA') === true) +

+

+

$Vlocal) {echo "You need to update to the latest mainline release";} else {echo "You're running the latest mainline release";} ?>

+ @else

The update was successful, you can now return to the Admin Panel:

+ @endif
  + + @if(env('JOIN_BETA') === true) +    + @endif
@endif