Merge pull request #4227 from chansizzle/patch-5

Update app_config.php
This commit is contained in:
FusionPBX 2019-05-31 14:04:38 -06:00 committed by GitHub
commit f7932f0e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@
$y++;
$apps[$x]['permissions'][$y]['name'] = "gateway_all";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "gateway_channels";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//default settings
$y = 0;