Browse Source

Update app_config.php

FusionPBX 6 years ago
parent
commit
0d873b4c33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/domain_settings/app_config.php

+ 1 - 1
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";