From 8b7929dfa8a72098b44b1e72b5cf8941a1fbea0f Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Thu, 26 May 2022 12:12:29 +0200 Subject: [PATCH] Update update.blade.php --- resources/views/update.blade.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/resources/views/update.blade.php b/resources/views/update.blade.php index d158bc4..64abd8d 100644 --- a/resources/views/update.blade.php +++ b/resources/views/update.blade.php @@ -103,5 +103,20 @@ exit(); ?> @endif +@if($_SERVER['QUERY_STRING'] === 'error') + + +
+ Logo +
l
+
+

Error

+

Something went wrong with the update :(

+
+    +
+ +@endif + @endpush \ No newline at end of file