app_menu.php 370 B

12345678910
  1. <?php
  2. $apps[$x]['menu'][0]['title']['en-us'] = 'WebRTC';
  3. $apps[$x]['menu'][0]['uuid'] = '0044c532-07ca-477f-aa2d-920ee58e100b';
  4. $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
  5. $apps[$x]['menu'][0]['category'] = 'internal';
  6. $apps[$x]['menu'][0]['path'] = '/app/webrtc/webrtc.php';
  7. $apps[$x]['menu'][0]['groups'][] = 'superadmin';
  8. ?>