mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-05 14:11:05 +02:00
Update update.blade.php
This commit is contained in:
parent
fd8a2770da
commit
7360bd37de
@ -43,7 +43,8 @@
|
||||
@endif
|
||||
|
||||
@if($_SERVER['QUERY_STRING'] === 'backups')
|
||||
<?php Artisan::call('backup:run', ['--only-files' => true]);
|
||||
<?php Artisan::call('backup:clean');
|
||||
Artisan::call('backup:run', ['--only-files' => true]);
|
||||
$tst = base_path('backups/');
|
||||
file_put_contents($tst.'CANUPDATE', '');
|
||||
$URL = Route::current()->getName();
|
||||
|
Loading…
x
Reference in New Issue
Block a user