diff --git a/core/domain_settings/app_config.php b/core/domain_settings/app_config.php index bd2a6e9717..cf25fb00dc 100644 --- a/core/domain_settings/app_config.php +++ b/core/domain_settings/app_config.php @@ -41,7 +41,7 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; $apps[$x]['permissions'][$y]['name'] = "domain_delete"; - $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + //$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; $apps[$x]['permissions'][$y]['name'] = "domain_select"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin";