mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-11 15:56:11 +01:00
fix password protection in list wp sites
This commit is contained in:
@@ -273,9 +273,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
var data = {
|
var data = {
|
||||||
WPid: $scope.currentWP.id,
|
siteId: $scope.currentWP.id,
|
||||||
setting: 'password-protection',
|
setting: 'password-protection',
|
||||||
value: 1,
|
|
||||||
PPUsername: $scope.currentWP.PPUsername,
|
PPUsername: $scope.currentWP.PPUsername,
|
||||||
PPPassword: $scope.currentWP.PPPassword
|
PPPassword: $scope.currentWP.PPPassword
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user