Browse Source

Update app_config.php

FusionPBX 6 years ago
parent
commit
02ae04af45
1 changed files with 4 additions and 0 deletions
  1. 4 0
      core/users/app_config.php

+ 4 - 0
core/users/app_config.php

@@ -47,6 +47,10 @@
 		$apps[$x]['permissions'][$y]['groups'][] = "admin";
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
 		$y++;
+		$apps[$x]['permissions'][$y]['name'] = "user_groups";
+		$apps[$x]['permissions'][$y]['groups'][] = "admin";
+		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
+		$y++;
 		$apps[$x]['permissions'][$y]['name'] = "user_domain";
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
 		$y++;