mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-03 04:27:47 +01:00
Update update.blade.php
This commit is contained in:
parent
4747c42ea2
commit
07664d4bbc
@ -1,4 +1,3 @@
|
||||
|
||||
@extends('layouts.updater')
|
||||
|
||||
@Push('updater-body')
|
||||
@ -27,8 +26,10 @@
|
||||
|
||||
@if($_SERVER['QUERY_STRING'] === 'backups')
|
||||
<?php Artisan::call('backup:run', ['--only-files' => true]);
|
||||
header("Location: /?backup-created");
|
||||
$URL = Route::current()->getName();
|
||||
header("Location: ".$URL."?backup-created");
|
||||
exit(); ?>
|
||||
|
||||
@endif
|
||||
|
||||
@if($_SERVER['QUERY_STRING'] === '')
|
||||
|
Loading…
x
Reference in New Issue
Block a user