Added methods to exclude files and backup whole installation

This commit is contained in:
Henry Whitaker
2020-04-10 13:12:31 +01:00
parent 188b085a06
commit c47d7723aa
3 changed files with 86 additions and 5 deletions

View File

@@ -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([