From e338742202d97c18cf7319eca26c45abf620e220 Mon Sep 17 00:00:00 2001
From: Hassan Hashmi <75794688+habbi-hb@users.noreply.github.com>
Date: Thu, 16 Jun 2022 15:25:37 +0500
Subject: [PATCH] backuptestfinal4
---
websiteFunctions/static/websiteFunctions/websiteFunctions.js | 2 +-
.../templates/websiteFunctions/WPRestoreHome.html | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/websiteFunctions/static/websiteFunctions/websiteFunctions.js b/websiteFunctions/static/websiteFunctions/websiteFunctions.js
index cc45dc71e..7dad26448 100755
--- a/websiteFunctions/static/websiteFunctions/websiteFunctions.js
+++ b/websiteFunctions/static/websiteFunctions/websiteFunctions.js
@@ -1556,7 +1556,7 @@ app.controller('RestoreWPBackup', function ($scope, $http, $timeout, $window) {
$scope.goBackDisable = true;
$scope.currentStatus = "Start Restoring WordPress..";
- var Domain = $scope.domainNameCreate;
+ var Domain = $('#wprestoresubdirdomain').val()
var path = $('#wprestoresubdirpath').val()
var home = "1";
diff --git a/websiteFunctions/templates/websiteFunctions/WPRestoreHome.html b/websiteFunctions/templates/websiteFunctions/WPRestoreHome.html
index 66dca34f9..5d5501bd2 100644
--- a/websiteFunctions/templates/websiteFunctions/WPRestoreHome.html
+++ b/websiteFunctions/templates/websiteFunctions/WPRestoreHome.html
@@ -75,9 +75,9 @@
-
/