backuptestDataBaseandwebonly

This commit is contained in:
Hassan Hashmi
2022-06-18 16:38:00 +05:00
parent 568d01113b
commit 4b36b2971a
2 changed files with 284 additions and 226 deletions

View File

@@ -1557,12 +1557,16 @@ app.controller('RestoreWPBackup', function ($scope, $http, $timeout, $window) {
$scope.currentStatus = "Start Restoring WordPress..";
var Domain = $('#wprestoresubdirdomain').val()
var path = $('#wprestoresubdirpath').val()
var path = $('#wprestoresubdirpath').val();
var home = "1";
if (typeof path != 'undefined' || path != '') {
home = "0";
}
if (typeof path == 'undefined' ) {
path = "";
}
var backuptype = $('#backuptype').html();
var data;