mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-21 21:33:08 +01:00
Added methods to exclude files and backup whole installation
This commit is contained in:
@@ -56,7 +56,7 @@ class UpdateController extends Controller
|
||||
if($cp) {
|
||||
return response()->json([
|
||||
'method' => 'copy latest version',
|
||||
'success' => true,
|
||||
'success' => $cp,
|
||||
], 200);
|
||||
} else {
|
||||
return response()->json([
|
||||
|
||||
Reference in New Issue
Block a user