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