mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
Update app_config.php
This commit is contained in:
@@ -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';
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user