Update app_config.php

This commit is contained in:
FusionPBX 2017-02-15 22:51:43 -07:00 committed by GitHub
parent 940a0e06c8
commit c13855d2fe
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
$apps[$x]['description']['pt-br'] = '';
//permission details
$y = 0;
$y=0;
$apps[$x]['permissions'][$y]['name'] = 'operator_panel_view';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$apps[$x]['permissions'][$y]['groups'][] = 'admin';
@ -43,4 +43,4 @@
$y++;
$apps[$x]['permissions'][$y]['name'] = 'operator_panel_on_demand';
?>
?>