Merge branch 'v2.3.2-dev' of github.com:usmannasir/cyberpanel into v2.3.2-dev

This commit is contained in:
Usman Nasir
2022-06-18 17:23:20 +05:00
2 changed files with 289 additions and 502 deletions

View File

@@ -1599,12 +1599,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;