mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-11 15:56:11 +01:00
backuptestfinal4
This commit is contained in:
@@ -1556,7 +1556,7 @@ app.controller('RestoreWPBackup', function ($scope, $http, $timeout, $window) {
|
|||||||
$scope.goBackDisable = true;
|
$scope.goBackDisable = true;
|
||||||
$scope.currentStatus = "Start Restoring WordPress..";
|
$scope.currentStatus = "Start Restoring WordPress..";
|
||||||
|
|
||||||
var Domain = $scope.domainNameCreate;
|
var Domain = $('#wprestoresubdirdomain').val()
|
||||||
var path = $('#wprestoresubdirpath').val()
|
var path = $('#wprestoresubdirpath').val()
|
||||||
var home = "1";
|
var home = "1";
|
||||||
|
|
||||||
|
|||||||
@@ -75,9 +75,9 @@
|
|||||||
<span
|
<span
|
||||||
class="input-group-addon bootstrap-touchspin-prefix"
|
class="input-group-addon bootstrap-touchspin-prefix"
|
||||||
style="display: none;"></span>
|
style="display: none;"></span>
|
||||||
<input ng-model="domainNameCreate" id="touchspin-demo-1" class="form-control"
|
<input ng-model="domainNameCreate" id="wprestoresubdirdomain" class="form-control"
|
||||||
type="text" value="55"
|
type="text" value="55"
|
||||||
name="touchspin-demo-1"
|
name="wprestoresubdirdomain"
|
||||||
style="display: block;"
|
style="display: block;"
|
||||||
placeholder="{% trans "Do not enter WWW, it will be auto created!" %}">
|
placeholder="{% trans "Do not enter WWW, it will be auto created!" %}">
|
||||||
<span class="input-group-addon bootstrap-touchspin-postfix">/</span>
|
<span class="input-group-addon bootstrap-touchspin-postfix">/</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user