Update app_menu.php

This commit is contained in:
FusionPBX 2017-04-28 15:34:23 -06:00 committed by GitHub
parent c3dd94a067
commit 8f69485fbd
1 changed files with 3 additions and 4 deletions

View File

@ -16,8 +16,7 @@
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/conferences/conferences.php";
//$apps[$x]['menu'][0]['groups'][] = "user";
//$apps[$x]['menu'][0]['groups'][] = "admin";
//$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
?>
?>