Update app_menu.php

This commit is contained in:
FusionPBX 2019-01-29 15:50:00 -07:00 committed by GitHub
parent f05d60965b
commit e667fc4517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -24,6 +24,5 @@
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/music_on_hold/music_on_hold.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
?>
?>