backuprestore0.2

This commit is contained in:
Hassan Hashmi
2022-06-13 13:47:44 +05:00
parent ffd8bf7c21
commit a59e02fb30
5 changed files with 884 additions and 648 deletions

View File

@@ -1429,6 +1429,7 @@ app.controller('WPsiteHome', function ($scope, $http, $timeout, $compile, $windo
$scope.currentStatus = "Starting creation Backups..";
var data = {
WPid: $('#WPid').html(),
Backuptype: $('#backuptype').val()
}
var url = "/websites/WPCreateBackup";