v_config.php 886 B

123456789101112131415161718192021222324252627
  1. <?php
  2. /*
  3. //application details
  4. $apps[$x]['name'] = "Templates";
  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'] = 'Deprecated.';
  12. //menu details
  13. $apps[$x]['menu'][0]['title']['en'] = 'Templates';
  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'] = '/mod/zzz/zzz.php';
  18. $apps[$x]['menu'][0]['groups'][] = 'admin';
  19. $apps[$x]['menu'][0]['groups'][] = 'superadmin';
  20. //permission details
  21. $apps[$x]['permissions'][0]['name'] = 'zzz';
  22. $apps[$x]['permissions'][0]['groups'][] = 'admin';
  23. $apps[$x]['permissions'][0]['groups'][] = 'superadmin';
  24. */
  25. ?>