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