Update app_menu.php

This commit is contained in:
FusionPBX
2019-01-29 15:50:00 -07:00
committed by GitHub
parent d426113ec4
commit 3f8509ce53

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