mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-13 08:46:09 +01:00
backuptestDataBaseandwebonly
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user