Update app_menu.php

This commit is contained in:
FusionPBX 2019-10-30 02:39:43 -06:00 committed by GitHub
parent 959e087bd5
commit dcff7838d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -26,5 +26,6 @@
$apps[$x]['menu'][$y]['path'] = "/app/call_block/call_block.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "user";
?>
?>