Browse Source

Update app_config.php

FusionPBX 6 năm trước cách đây
mục cha
commit
c23b61fcec
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      core/domains/app_config.php

+ 3 - 0
core/domains/app_config.php

@@ -43,6 +43,9 @@
 		$apps[$x]['permissions'][$y]['name'] = "domain_delete";
 		//$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
 		$y++;
+		$apps[$x]['permissions'][$y]['name'] = 'domain_all';
+		$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
+		$y++;
 		$apps[$x]['permissions'][$y]['name'] = "domain_select";
 		$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
 		$y++;