v_config.php 821 B

1234567891011121314151617181920212223242526
  1. <?php
  2. /*
  3. //application details
  4. $apps[$x]['name'] = "zzz";
  5. $apps[$x]['uuid'] = 'zzz';
  6. $apps[$x]['category'] = '';
  7. $apps[$x]['subcategory'] = '';
  8. $apps[$x]['version'] = '';
  9. $apps[$x]['license'] = 'Mozilla Public License 1.1';
  10. $apps[$x]['url'] = 'http://www.fusionpbx.com';
  11. $apps[$x]['description']['en'] = 'zzz.';
  12. //menu details
  13. $apps[$x]['menu'][0]['title']['en'] = 'zzz';
  14. $apps[$x]['menu'][0]['uuid'] = 'zzz';
  15. $apps[$x]['menu'][0]['parent_uuid'] = 'zzz';
  16. $apps[$x]['menu'][0]['category'] = 'internal';
  17. $apps[$x]['menu'][0]['path'] = '/app/zzz/zzz.php';
  18. $apps[$x]['menu'][0]['groups'][] = 'superadmin';
  19. //permission details
  20. $apps[$x]['permissions'][0]['name'] = 'zzz';
  21. $apps[$x]['permissions'][0]['groups'][] = 'admin';
  22. $apps[$x]['permissions'][0]['groups'][] = 'superadmin';
  23. */
  24. ?>