mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-02 20:27:05 +01:00
Bugfix?
This commit is contained in:
parent
5f4fa110a3
commit
90988f9db7
@ -35,7 +35,9 @@
|
||||
@endif
|
||||
|
||||
@if($_SERVER['QUERY_STRING'] === 'backups')
|
||||
<?php Artisan::call('backup:clean');
|
||||
<?php
|
||||
try {Artisan::call('backup:clean');}
|
||||
catch (exception $e) {}
|
||||
Artisan::call('backup:run', ['--only-files' => true]);
|
||||
$tst = base_path('backups/');
|
||||
file_put_contents($tst.'CANUPDATE', '');
|
||||
|
Loading…
x
Reference in New Issue
Block a user