Update app_config.php

This commit is contained in:
FusionPBX 2018-05-03 20:10:30 -06:00 committed by GitHub
parent f7b57ebb3e
commit ed116be717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -50,6 +50,8 @@
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "operator_panel_call_details";
$y++;
$apps[$x]['permissions'][$y]['name'] = "operator_panel_on_demand";
?>
?>