Allow admin access to the menu for dialplan -> destinations.

This commit is contained in:
markjcrane 2016-02-23 11:10:27 -07:00
parent e1cd2f8b3a
commit 2adb0147a9
1 changed files with 1 additions and 0 deletions

View File

@ -19,5 +19,6 @@ $apps[$x]['menu'][0]['parent_uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/destinations/destinations.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['groups'][] = "admin";
?>