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

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;