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

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";
?>
?>