Update app_config.php

This commit is contained in:
FusionPBX 2018-09-28 10:54:03 -06:00 committed by GitHub
parent 14d739c506
commit 86627fc968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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++;