We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4747c42 commit 07664d4Copy full SHA for 07664d4
resources/views/update.blade.php
@@ -1,4 +1,3 @@
1
-
2
@extends('layouts.updater')
3
4
@Push('updater-body')
@@ -27,8 +26,10 @@
27
26
28
@if($_SERVER['QUERY_STRING'] === 'backups')
29
<?php Artisan::call('backup:run', ['--only-files' => true]);
30
-header("Location: /?backup-created");
+$URL = Route::current()->getName();
+header("Location: ".$URL."?backup-created");
31
exit(); ?>
32
+
33
@endif
34
35
@if($_SERVER['QUERY_STRING'] === '')
0 commit comments