mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-11 15:56:11 +01:00
bug fix to remote backups
This commit is contained in:
@@ -533,7 +533,7 @@ app.controller('createACLCTRL', function($scope,$http) {
|
||||
var data = {
|
||||
|
||||
aclName : $scope.aclName,
|
||||
makeAdmin : $scope.makeAdmin = true,
|
||||
makeAdmin : $scope.makeAdmin,
|
||||
|
||||
//
|
||||
versionManagement : $scope.versionManagement,
|
||||
|
||||
Reference in New Issue
Block a user