Update app_config.php

This commit is contained in:
FusionPBX 2018-09-28 10:54:03 -06:00 committed by GitHub
parent a5b0bbcd88
commit 72495bcf47
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,9 @@
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "destination_import";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "destination_domain";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;