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

This commit is contained in:
markjcrane
2016-02-23 11:10:27 -07:00
parent d8c79d0731
commit 6108009850

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