fusionpbx/app/acl/app_menu.php

11 lines
373 B
PHP
Raw Normal View History

2015-01-22 13:00:30 +01:00
<?php
$apps[$x]['menu'][0]['title']['en-us'] = 'Access Control';
$apps[$x]['menu'][0]['uuid'] = '0044c532-07ca-477f-aa2d-920ee58e100b';
$apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
$apps[$x]['menu'][0]['category'] = 'internal';
2015-02-13 20:16:35 +01:00
$apps[$x]['menu'][0]['path'] = '/app/acl/acls.php';
2015-01-22 13:00:30 +01:00
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
2015-02-13 20:16:35 +01:00
?>