mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-07 16:17:17 +02:00
fix password protection in list wp sites
This commit is contained in:
@@ -275,6 +275,7 @@
|
||||
var data = {
|
||||
siteId: $scope.currentWP.id,
|
||||
setting: 'password-protection',
|
||||
value: 1,
|
||||
PPUsername: $scope.currentWP.PPUsername,
|
||||
PPPassword: $scope.currentWP.PPPassword
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user