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'] != '')