From 0ad7c44b3de22223f6b46aa0a2788ea9b1f249a9 Mon Sep 17 00:00:00 2001
From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com>
Date: Thu, 16 Jun 2022 13:52:56 +0200
Subject: [PATCH] Update backups.blade.php
---
resources/views/panel/backups.blade.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/resources/views/panel/backups.blade.php b/resources/views/panel/backups.blade.php
index 7088b46..b755241 100644
--- a/resources/views/panel/backups.blade.php
+++ b/resources/views/panel/backups.blade.php
@@ -4,12 +4,12 @@
- @if (file_exists(base_path('storage/updater-backups/')) and is_dir(base_path('storage/updater-backups/')))
+ @if (file_exists(base_path('backups/updater-backups/')) and is_dir(base_path('backups/updater-backups/')))
@if($_SERVER['QUERY_STRING'] != '')