This commit is contained in:
Julian Prieber 2024-09-16 14:29:37 +02:00
commit cab5e4193c
3 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1 @@
<div class='button-spacer' style='height: {{$link->title *5}}px'> </div>

View File

@ -37,7 +37,7 @@
<?php
try {Artisan::call('backup:clean');}
catch (exception $e) {}
Artisan::call('backup:run', ['--only-files' => true]);
Artisan::call('backup:run', ['--only-files' => true, '--disable-notifications' => true]);
$tst = base_path('backups/');
file_put_contents($tst.'CANUPDATE', '');
$URL = Route::current()->getName();

View File

@ -117,7 +117,7 @@ echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "/?finish
<?php
try {Artisan::call('backup:clean');}
catch (exception $e) {}
Artisan::call('backup:run', ['--only-files' => true]);
Artisan::call('backup:run', ['--only-files' => true, '--disable-notifications' => true]);
$tst = base_path('backups/');
file_put_contents($tst.'CANUPDATE', '');
$URL = Route::current()->getName();